more on c

Newbie Member
1Mar2012,02:06   #1
gg_verma's Avatar
hii m a newbie in programming world i hv started on wid c. i hv studied all the basics now m trying to move forward wid c programming but i dont knw hw to proceed basically why should i learn c wat all will i be able to program using c and hw do i start programming real stuff like apps and all.......
Go4Expert Member
1Mar2012,16:32   #2
dearvivekkumar's Avatar
I think you are talking about creating Graphical User Interface(GUI) application. If this happens to be true then explore WIN32 on Windows or GTK+ on Linux(GNOME)
gg_verma likes this
Newbie Member
3Mar2012,19:09   #3
gg_verma's Avatar
k i hv started on wid win32 workin on visual studio 2010 i also installed project2010 sdk but m unable to find a documentation can u tell me somethin abt it??
Mentor
5Mar2012,18:57   #4
xpi0t0s's Avatar
It's complex. You need to RTF-MSDN. Try the sample programs that come with the SDK and experiment with them; also you might like to consider reading Petzold's Programming Windows.
Newbie Member
5Mar2012,22:21   #5
gg_verma's Avatar
hey if i hv installed visual studio ultimate 2010 it includes vc++ and all other things do i need to get sdk for it separately?? if yes can u provide a link plz.......
Mentor
5Mar2012,22:26   #6
xpi0t0s's Avatar
VS includes the SDK. You definitely need to ***READ MSDN***.
gg_verma likes this
Go4Expert Member
7Mar2012,12:09   #7
dearvivekkumar's Avatar
1)Download the English version of the pdf from the link below. Explanation is very intuitive in this.
winprog . org / tutorial /
2)Also this link too have good tutorial for Win32 API
relisoft . com / win32 / index . htm
3) Read this book it's covers too much, But only if you have patience
Programming Windows API 5th -Charles Petzold

Finally if you explore msdn for detail explanation for every API you are using.


Please remove spaces for the url mentioned