Thread: please give ur point of view

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    10

    please give ur point of view

    I know the usage of the 32 keywords (auto, break, case, char , const, int, float, typedef etc) defined by the c89 and the usage of arrays and strings, pointers, functions, structures, unions, enumerations, prepocessors and file I/O what would u say my level of knowledge of the c language is? And what should I study next because i have been searching for the right material and book but seriously i donot know what should i be studying next? Please give ur advise?

  2. #2
    Registered User
    Join Date
    May 2004
    Posts
    127
    Quote Originally Posted by clover
    I know the usage of the 32 keywords (auto, break, case, char , const, int, float, typedef etc) defined by the c89 and the usage of arrays and strings, pointers, functions, structures, unions, enumerations, prepocessors and file I/O what would u say my level of knowledge of the c language is? And what should I study next because i have been searching for the right material and book but seriously i donot know what should i be studying next? Please give ur advise?
    You know the usage of these things, but have you used them all? Until you've experienced what you know, you don't really understand it. Try writing a few programs, then get a book that covers anything that you found difficult or confusing when you wrote those programs.

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    19
    Quote Originally Posted by Kip Neuhart
    You know the usage of these things, but have you used them all? Until you've experienced what you know, you don't really understand it. Try writing a few programs, then get a book that covers anything that you found difficult or confusing when you wrote those programs.
    Kip is right ... but i also know the problem of clover. reading, reading, reading... i thought i understood everything, but i was false... try to code some small programs. here is the next problem: what programs shall i write? i wrote an address book; perhaps you want to implement some algorithms;

    i've just gone over to network programmring... but here it's the same: without coding you will forgot everything...

    greetings
    wudmx

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. For the numerical recipes in C types!
    By Smattacus in forum C Programming
    Replies: 5
    Last Post: 10-28-2008, 07:57 PM
  2. const Point& and const Point are same
    By noobcpp in forum C++ Programming
    Replies: 5
    Last Post: 06-30-2007, 01:39 AM
  3. Determining Active View :: MFC
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 04-25-2002, 07:34 PM
  4. more with my 1st structure program
    By sballew in forum C Programming
    Replies: 42
    Last Post: 10-22-2001, 08:03 PM