Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Polish
  4. Qt Creator nie posiada podpowiedzi instrukcji
Forum Updated to NodeBB v4.3 + New Features

Qt Creator nie posiada podpowiedzi instrukcji

Scheduled Pinned Locked Moved Polish
1 Posts 1 Posters 781 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kelthuzad
    wrote on last edited by A Former User
    #1

    Witam mam problem bo mój qt część instrukcji podpowiada a część nie. Mam wersje:
    Qt Creator 4.1.0
    Based on Qt 5.7.0 (GCC 4.9.1 20140922 (Red Hat 4.9.1-10), 64 bit)
    Built on Aug 24 2016 14:58:22

    Tu napisze program bo może przeoczyłem jakąś bibliotekę ale wątpię.

    #include <iostream>
    
    using namespace std;
    
    int main(int argc, char *argv[])
    {
        double k = 5.55555;
        cout.precision(4);
        cout << "Hello World!"<< k << endl;
        return 0;
    }
    

    I chodzi o to jak mam coś takiego cou i nacisnę ctrl+spacja to mam podpowiedz ale jak chce napisać cout.precision to podpowiedzi nie mam ale jak zrobię cout. to mam jakieś instrukcje do wyboru ale nie ma precision , width , setf. Nie wiem o co chodzi na windows 10 mam to samo.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved