Thread: Help for a High School Student!

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    65

    Cool Help for a High School Student!

    Hello everyone, my name is metalgod and I am a junior and currently venturing into the forest of the mystical "programming word" *funny sound effect* and in my relatively short programming life, I have run into a wall. Due to the fact that I take a 2 period class of an independent study in which no teacher has a clue how to programming I am kinda a sitting duck. I have read through C for dummies and a blitz basic book. I would assume I am in the intermediate stage in C, I can read most of the code that many of you users have posted and to a small degree understood 9/10 of it. My questions and plight lies in the abyss of applying my C knowledge. For example I have read up on Array, tried Arrays and even think *think* once I even had one work. If someone in terms that are not achieved in college explain Array and please provide code. If you have any ideas for lesion plans, someone please be my bigger brother/sister and help this little fish. Thanks for your time!

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Registered User
    Join Date
    Nov 2006
    Posts
    65
    ok another question can you make an array a global value?

  4. #4
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    There's a piece of example code in the tutorial I linked to previously. Why not fire up your compiler, put that code in and shift the declaration of the array into global scope and see if you can answer that question for yourself?

    Globals should be avoided, though.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Updating in a sequential file?
    By Ronnyv1 in forum C Programming
    Replies: 1
    Last Post: 03-24-2009, 04:41 PM
  2. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  3. I've been slacking off in high school, am I going to hell
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 06-01-2003, 01:00 PM
  4. Creating a student grade book-how?
    By Hopelessly confused in forum C Programming
    Replies: 5
    Last Post: 10-03-2002, 08:43 PM
  5. School Shooting in Germany
    By Golden Bunny in forum A Brief History of Cprogramming.com
    Replies: 27
    Last Post: 04-27-2002, 01:47 PM