|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
How do i actualy make a windows app?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
PC Gamer
|
Well guys I just started C++ so i am a noob at it. and I am wondering how do i make something that is in a window (windows like) As of right now I can do a console app but i want something that looks better, so what project type shoudl i choose (in Visual Studios?)
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
Turing Test is Overrated
|
Use Visual Basic if you want to make something that is in a windows like.
__________________
To answer most of your questions: (1) a fridge cannot cool a PC (2) 64-bit OS for over 3.4GB (3) If a PCIe card fits, it should work (4) Resolution, not screen size (5) If you have a question, it is not news (6) Report, not respond to Spam (7) Single/Non-Modular Rail PSUs are not always better than Multi-Rail/Modular
|
|||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
PC Gamer
|
well what about making a CLR file, i tried that and a window type thing came up
|
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||
|
New to Overclock.net
|
Visual Basic SUCKS... it'll be easy for you to do, but you should learn how to do it the right way.
__________________![]()
|
|||||||||||
|
|
|
|
|
#5 (permalink) | |||||||||||||
|
PC Gamer
|
so stick with C++?
|
|||||||||||||
|
|
|
|
#6 (permalink) | ||||||||||||||
|
Photography nut
![]() |
Personally I think if your just starting out you should stick to console programs. Yeah they don't "look" as cool. But they are easier to create and manage. Having a GUI can complicate the program fast, and things can start to get ugly.
Heres a link to a game I wrote this past spring. Its written in java, and there was easily over 1000+ lines of code just for the GUI!
__________________
"UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things." - Doug Gwyn Try out the latest Programming Challenge Quote:
CPU-Z Validation @ 2.97-prime95 stable 16 hours @ 1.48v Proof | CPU-Z Validation @ 3.15 Getting Mouse Side Buttons to work in Linux, Compile a custom Kernel, More
|
||||||||||||||
|
|
|
|
#7 (permalink) | ||||||||||||
|
Overclocker
Join Date: Oct 2006
Location: Levittown,PA / Penn State
Posts: 1,798
Rep: 78
![]() Unique Rep: 69
Trader Rating: 0
|
do a google search on c++ GUI, stands for graphical user interface. But I guarantee you wont like the results, it's quite different.
__________________
|
||||||||||||
|
|
|
|
|
#8 (permalink) | ||||||||||||
|
Spot on there mate
![]() |
That is to do with the transition of the programming code to the machine level code. You don't directly program CLR useing Visual studio, that's what compileing is for.
|
||||||||||||
|
|
|
|
#9 (permalink) | |||||||||||||
|
PC Gamer
|
so, c++ GUI is like a differennt language?
|
|||||||||||||
|
|
|
|
#10 (permalink) | ||||||||||||||
|
Turing Test is Overrated
|
Quote:
![]() It's good for quick simple apps for end-users who can only handle nice GUIs.
__________________
To answer most of your questions: (1) a fridge cannot cool a PC (2) 64-bit OS for over 3.4GB (3) If a PCIe card fits, it should work (4) Resolution, not screen size (5) If you have a question, it is not news (6) Report, not respond to Spam (7) Single/Non-Modular Rail PSUs are not always better than Multi-Rail/Modular
|
||||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|