more on c

Discussion in 'C' started by gg_verma, Feb 29, 2012.

  1. gg_verma

    gg_verma New Member

    Joined:
    Feb 29, 2012
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    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.......
     
  2. dearvivekkumar

    dearvivekkumar New Member

    Joined:
    Feb 21, 2012
    Messages:
    29
    Likes Received:
    5
    Trophy Points:
    0
    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)
     
  3. gg_verma

    gg_verma New Member

    Joined:
    Feb 29, 2012
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    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??
     
  4. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    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.
     
  5. gg_verma

    gg_verma New Member

    Joined:
    Feb 29, 2012
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    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.......
     
  6. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    VS includes the SDK. You definitely need to ***READ MSDN***.
     
    gg_verma likes this.
  7. dearvivekkumar

    dearvivekkumar New Member

    Joined:
    Feb 21, 2012
    Messages:
    29
    Likes Received:
    5
    Trophy Points:
    0
    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
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice