Thread: Struct Question

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    11

    writing code?

    Does anyone else have the problem where you can read code, but can't write it. Whenever i try to write code, i end up reading my c++ book again and looking at this site.

    I think this is because i don't have a complete understanding of c++.

    Is there anything i can do to improve my skills faster?

    P.S. Somehow this got titled "Struct Question"...I had a post about structs, but i answered my question and didn't post it...
    Last edited by howdytest; 10-16-2004 at 09:24 PM.

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    write more code.

  3. #3
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    >>i end up reading my c++ book again and looking at this site.
    That's a good way to improve your skills. Try writing code, and when you have trouble, read your book and ask questions here.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Just to echo the above posts. Practice helps.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with linked list sorting function
    By Jaggid1x in forum C Programming
    Replies: 6
    Last Post: 06-02-2009, 02:14 AM
  2. Struct question... difference between passing to function...
    By Sparrowhawk in forum C++ Programming
    Replies: 6
    Last Post: 02-23-2009, 03:59 PM
  3. Looking for a way to store listbox data
    By Welder in forum C Programming
    Replies: 20
    Last Post: 11-01-2007, 11:48 PM
  4. struct question
    By caduardo21 in forum Windows Programming
    Replies: 5
    Last Post: 01-31-2005, 04:49 PM
  5. towers of hanoi problem
    By aik_21 in forum C Programming
    Replies: 1
    Last Post: 10-02-2004, 01:34 PM