Thread: umm were do i go next?

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    2

    Question umm were do i go next?

    i know mostly all the basic and intermedite concepts of C however i wanna learn how to make applications, call those windows procedure thingys that i cant seem to figure out how to do on my own. do any of you guys know any good books or tutorials that will teach me this, if so please tell me thanks.

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by l33t View Post
    i know mostly all the basic and intermedite concepts of C however i wanna learn how to make applications, call those windows procedure thingys that i cant seem to figure out how to do on my own. do any of you guys know any good books or tutorials that will teach me this, if so please tell me thanks.
    A guy named "l33t" should be using Linux anyway...

  3. #3
    Registered User
    Join Date
    Jul 2006
    Posts
    162
    ... a guy named 'l33t' shouldn't be asking how things are done. ;-)

  4. #4
    Registered User
    Join Date
    Jul 2006
    Posts
    162
    l33t, where you should go next is be compelled to do something.

    don't you have any curiosities or ambitions, you have the understanding of how to create... visualizers, games, analysis tools, audio mixers, information tools, parsers, network communication tools, 3d modeling tools, compression algorithms, particle systems...

    you don't know what to do because you have no goals. if you had some goals you'd always know what you needed to do next to succeed.

    then when your project is over, come up with a new one. eventually your skills go up and up and up.

    if you're intermediate, stop studying the language, and start using it (and studying it more too).

  5. #5
    Registered User
    Join Date
    Aug 2007
    Posts
    81
    C is an extremely small language because it has so little built ins. I think you are probably getting tired of using stdio.h and programming for the console. If it's windows you are interested in, then frankly C isn't the best language to use in terms of productivity. Using the winapi it takes at least a page of code to create a window. Meanwhile using C# or VB you can create windows and other objects at the click of a mouse.

    In linux you can create GUI applications with QT and glade and some others.

    In my opinion C should only be used to program kernel modules.

  6. #6
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    Quote Originally Posted by l33t View Post
    i know mostly all the basic and intermedite concepts of C however i wanna learn how to make applications, call those windows procedure thingys that i cant seem to figure out how to do on my own. do any of you guys know any good books or tutorials that will teach me this, if so please tell me thanks.
    http://cboard.cprogramming.com/showthread.php?t=79619

  7. #7
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    The amount of built-in functions does not necessarily define the size of a language. Would you say PHP is a huge language? Even though there are few core functions - most are added on as modules. Same applies for C, there are millions if you count all the non-standard libraries.

    C has a use almost everywhere, suggesting it should be confined to kernel modules is ridiculous.
    And FYI, you can create a window with 1 line in C, with pure Win32.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. umm...grilled cheese is worth more than we thought
    By RoD in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 11-21-2004, 10:50 AM
  2. Umm, how do I tab over a whole bunch of code?
    By funkydude9 in forum C++ Programming
    Replies: 1
    Last Post: 12-23-2002, 11:11 AM
  3. Umm... OpenGL & Dev?
    By The Stupid One in forum Game Programming
    Replies: 7
    Last Post: 02-26-2002, 12:25 PM
  4. umm can someone help
    By xlordt in forum C Programming
    Replies: 8
    Last Post: 12-31-2001, 12:01 PM
  5. Umm...¿?
    By -KEN- in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-27-2001, 12:20 PM