|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hey all,
Im currently picking up all the basics in C and everything is going well so far. One question I have is what is used when creating Windows applications, Buttons and Windows ect? Im pretty lost on where to start with it, so far all i've been doing is console stuff, Thanks! Izzer |
| Sponsored Links |
|
|
|
|||||
|
The C language does not have support for those things. You need to make API calls to the operating system, which can be fairly complicated. Start with a book on C (Teach yourself C in 21 days is not bad) and go from there.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
No. API calls are a whole other bag of worms. Worry about learning C before you try to get fancy. C is a console based language. You can look up information about API calls by doing a google search for API and whatever your OS is.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
| Sponsored Links |
|
|
|
|||
|
there's one in c. it's graphics.h but the only os it suports is ms-dos
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newbie asking for help ... | CarloGonella | Visual Basic Programming | 1 | 07-19-2007 11:57 AM |
| Complete newbie to functional C++ programmer! | Icezizim | C and C++ | 2 | 04-24-2007 11:19 AM |
| Programming ***istance for a Newbie? | Blind Dragon | General Programming | 1 | 04-20-2007 08:26 AM |
| hi im a newbie | christian | Introductions | 6 | 04-06-2007 08:54 AM |
| File I/O (newbie question) | ntmurphy | C and C++ | 4 | 04-04-2007 02:30 AM |
| Xav | ........ | 1322.18 |
| MeTh0Dz|Reb0rn | ........ | 1053.7 |
| morefood2001 | ........ | 879.43 |
| John | ........ | 877.37 |
| marwex89 | ........ | 869.98 |
| WingedPanther | ........ | 830.24 |
| Brandon W | ........ | 735.07 |
| chili5 | ........ | 309.39 |
| Steve.L | ........ | 239.84 |
| dcs | ........ | 216.02 |
Goal: 100,000 Posts
Complete: 82%