| | |
How do I make a GUI in C++
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2004
Posts: 573
Reputation:
Solved Threads: 6
Hello,
I am new to make programs. So far I can just do logical stuff like math in a dos window. I now want to move on to making actual windows programs. Does anyone know how to make a GUI in C++ for a windows application? Any reading online or in a book that I can look up? And I was also wondering once you have your code and your GUI how to make the code become the program?
Any help would be great,
Thanks
I am new to make programs. So far I can just do logical stuff like math in a dos window. I now want to move on to making actual windows programs. Does anyone know how to make a GUI in C++ for a windows application? Any reading online or in a book that I can look up? And I was also wondering once you have your code and your GUI how to make the code become the program?
Any help would be great,
Thanks
•
•
•
•
Originally Posted by Dark_Omen
Hello,
I am new to make programs. So far I can just do logical stuff like math in a dos window. I now want to move on to making actual windows programs. Does anyone know how to make a GUI in C++ for a windows application? Any reading online or in a book that I can look up? And I was also wondering once you have your code and your GUI how to make the code become the program?
Any help would be great,
Thanks
To implement your code you need to respond to a user's action, i.e clicks a button then do i = 1+1;
A Hacker's Mind:
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes..." - J.D.Salinger
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes..." - J.D.Salinger
It's easy once you get to know the windows message handling
[I will assume you checked out http://www.winprog.org/tutorial/ it's good]
Hey read everything and if you need more come back here.[I can help you eith the message handling].
You cant compile GUI like dos, you will have to change some options in your compiler or you will get an error on make like:
WinMain() not referneced ..... bla...bla or someting like that
[I will assume you checked out http://www.winprog.org/tutorial/ it's good]
Hey read everything and if you need more come back here.[I can help you eith the message handling].
You cant compile GUI like dos, you will have to change some options in your compiler or you will get an error on make like:
WinMain() not referneced ..... bla...bla or someting like that
Dump the fox-whatever.There are alot of such stuff which have no future. Get rid of Bloodshed also.I have used it and some standards are not supported.Borland Command line complier (they give that for free) is much
better.
Window's native GUI implement (API) is also good to know it's not so tough.
better.
Window's native GUI implement (API) is also good to know it's not so tough.
•
•
•
•
Originally Posted by FireNet
Dump the fox-whatever.There are alot of such stuff which have no future. Get rid of Bloodshed also.I have used it and some standards are not supported.Borland Command line complier (they give that for free) is much
better.
Application development, webhosting, and much more: www.webcentric-hosting.com
•
•
Join Date: Apr 2004
Posts: 573
Reputation:
Solved Threads: 6
Its called fox-toolkit. I got it from their website at www.fox-toolkit.org. I tried to get Gtk but it wouldn't let me download it from the site. If you know where i can get it that would be great. Thanks.
![]() |
Similar Threads
- how to make gui game (Game Development)
Other Threads in the C++ Forum
- Previous Thread: Notifying server socket that connection has closed - MFC
- Next Thread: c++ help
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class code coding compile compiler console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int java lib linkedlist linker list loop looping loops map math memory multiple news node number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference rpg sorting string strings temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






