Thread: Wat else should i do????

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    73

    Wat else should i do????

    Firstly i will tell you what my problem is:
    " I have done quite a bit of C ,i ve been programming for like 6 months and i am soo much in love with C that i want to learn more and more and more...."

    Here comes the problem :
    I don't have a proper guidance at the university i am studying, so my only hope is you guys..
    I have read K&r C and Yashwanth Kanethkar.....
    I want to move on to higher levels such as IPC programming,Sockets and any thing and any stuff that is C such as interfacing....

    I want to hone my skills and I would be really grateful to you if you can guide me in this aspect....Suggest me any books and what type of stuff to move onto..

    I can write upto the level of DATASTRUCTURE programs...

    Thanking you in anticipation.....
    yours faithfully

  2. #2

  3. #3
    abyss - deep C
    Join Date
    Oct 2007
    Posts
    46
    Go through K&R a number of times....you'll learn something new each time (at least, I did)

    cheers
    maverix

  4. #4
    uint64_t...think positive xuftugulus's Avatar
    Join Date
    Feb 2008
    Location
    Pacem
    Posts
    355
    Assign yourself a project that would find use of all the features you might want to practice. Also that will help you with organizing growing and more complex source codes.
    Of the most demanding in every area of skill projects are games.
    On books, i would recommend you have a look on the series of "The Art of Computer Programming" by Donald Knuth. You should have it at the university library. It is 3 volumes, extensive and teaches programming which is much more valuable than just knowing "C".
    Also Knuth has a very unique style in writting that makes reading his books even amusing.

    Happy training!
    Code:
    ...
        goto johny_walker_red_label;
    johny_walker_blue_label: exit(-149$);
    johny_walker_red_label : exit( -22$);
    A typical example of ...cheap programming practices.

  5. #5
    Registered User
    Join Date
    Nov 2007
    Posts
    73
    i expected some guidance here but it seems that the big guys like ELYSIA ,MATSP,dwks,salem to name a few are really busy to answer a newbie's question.. watever i am dissapointed at the response... im sorry to say this... but KNOWLEDGE which is not shared is a WASTE
    Last edited by ElemenT.usha; 02-22-2008 at 08:21 AM.

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    We don't know everything and I don't know how much I can recommend to you.
    I did it the hard way - experiment, experiment, experiment. Teach myself, all the way. Haven't read many books. And sockets I know nothing about.
    Plus C is not my area. I'm a C++ dev, not C. And further, I don't use raw Win32, I use MFC.
    So don't expect that everyone can help you. Everyone has different ways.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  7. #7

  8. #8
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Quote Originally Posted by ElemenT.usha View Post
    i expected some guidance here but it seems that the big guys like ELYSIA ,MATSP,dwks,salem to name a few are really busy to answer a newbie's question.. watever i am dissapointed at the response... im sorry to say this... but KNOWLEDGE which is not shared is a WASTE
    You should talk!

    I spent a good deal of time improving your Sudoku start on a program, and posted it back on 2-15 in the C++ forum, where your thread was.

    You never even bothered to read it, although you were here on the board, and posting otherwise.

    I don't recommend you finish the Sudoku program, however. It's too advanced. I did think you would learn a bit by comparing your original, with my improved version of it.

    Here's a good project: You're the president at the local college, and you need a simple database of your students. You need to add, delete, display and edit the records, of course.

    You also want to be able to display them by group: grade level, major, sex, etc. Since your time must be efficiently used, you want your database to do these things as fast as possible, but have the prompts worded and displayed, so you never get confused about how to navigate around in the database, and work.

    That's a great little project, imo.

  9. #9
    Registered User
    Join Date
    Nov 2007
    Posts
    73
    thank you adak and sorry elysia... i am actually still working on my sudoku program and have improved it quite a bit.... and i am still working on it.....

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. wat to use?
    By dpp in forum C++ Programming
    Replies: 17
    Last Post: 03-18-2009, 01:38 PM
  2. wat is the easiest way to create a palindrome
    By Krazen in forum C Programming
    Replies: 4
    Last Post: 04-09-2006, 08:06 AM
  3. wat does this function do?
    By gamett711221 in forum C++ Programming
    Replies: 5
    Last Post: 02-22-2005, 01:56 PM
  4. wat is the use of sizeof(int)?
    By zell in forum C Programming
    Replies: 3
    Last Post: 01-24-2005, 05:27 AM