Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Empty C++ project iostream probléma

    Hungarian
    c++builder
    2
    2
    309
    Loading More Posts
    • 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.
    • O
      Oszi77 last edited by

      Hogyan lehet beállítani Qt Creator-ban, hogy képes legyen egyszerű C++ programok fordítására Windows 10 alatt?
      A képen látható hibaüzeneteket adja.Hibba.jpg

      1 Reply Last reply Reply Quote 0
      • sbela
        sbela last edited by

        Ha létrehozol egy "Non-Qt Project"-et ami "Plain C++ application" akkor ez lesz a .pro fájlban

        TEMPLATE = app
        CONFIG += console c++17
        CONFIG -= app_bundle
        CONFIG -= qt

        SOURCES +=
        main.cpp

        és akkor a képernyőképen látható kódod le kell forduljon. A te .pro fájlodban mi van?
        Ott ronthatod el ha a telepítéskor nem telepíted fel a c++ fordítót a kipipálható résznél.

        I would like!

        1 Reply Last reply Reply Quote 0
        • First post
          Last post