Thread: C Intermediate Programming Practice

  1. #1
    Registered User
    Join Date
    Feb 2015
    Posts
    33

    C Intermediate Programming Practice

    I've been learning C for a while and I would like to think I'm an Intermediate Programmer in C, but as C isn't object oriented I'm not sure what to program other than going through exercises in books.
    Does anyone have any ideas on some useful things to design?
    Thanks

  2. #2
    Registered User
    Join Date
    Mar 2011
    Posts
    596
    Your own interests, hobbies, occupation, might suggest some things.

    You could also work on a command line interpreter, which could be useful for any of your own console programs.

    -

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Can't think of anything?

    Linux Software - SourceForge.net
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Sep 2015
    Location
    Australia
    Posts
    63
    Hi

    I don't see the connection between not having an idea for a program and the language being not Object oriented..?

    Do you have ideas using OOP......if so...why not try to do them in C..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Intermediate C programming
    By Acho Arnold in forum C Programming
    Replies: 5
    Last Post: 04-17-2013, 04:44 AM
  2. Replies: 20
    Last Post: 09-29-2010, 11:56 AM
  3. Is this bad programming practice?
    By avalanche333 in forum C++ Programming
    Replies: 1
    Last Post: 03-31-2007, 11:39 PM