Thread: making records using structures

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    1

    making records using structures

    EDIT: i got it right. thanks. )
    Last edited by sakura1018; 07-05-2008 at 08:01 PM.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    please help me on what's wrong with my program
    How does it not work?

    i suck at c programming
    It's okay, I suck at C programming too, just that I happen to suck a little less than you. For example, one thing you can do to make your code suck less is to indent it properly. You have already posted it in code tags, which is a good thing
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading the file, and filling the array of structures
    By BlackOps in forum C Programming
    Replies: 13
    Last Post: 07-12-2009, 02:03 PM
  2. Replies: 2
    Last Post: 07-11-2008, 07:39 AM
  3. Structures within Structures
    By Misko82 in forum C Programming
    Replies: 2
    Last Post: 08-27-2007, 12:25 AM
  4. Structures, passing array of structures to function
    By saahmed in forum C Programming
    Replies: 10
    Last Post: 04-05-2006, 11:06 PM
  5. Structures, and pointers to structures
    By iloveitaly in forum C Programming
    Replies: 4
    Last Post: 03-30-2005, 06:31 PM