Thread: C tutors in the GTA? (Toronto)

  1. #1
    Registered User
    Join Date
    Nov 2012
    Posts
    4

    C tutors in the GTA? (Toronto)

    Im new to this site and new to programming. ive already read some threads form years back that have helped me through this semester but now im doing a project and i have MANY questions.

    just wondering if there is anyone out there that can help in person.

    thanks in advance
    Anton

  2. #2
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    C tutors in Grand Theft Auto? - I'll keep a look out :P

    It sounds to be that you need a refresher coarse.
    C Tutorial - Learn C - Cprogramming.com

    Also, it helps to keep an eye on the forum here - It's amazing how much you can pick up.
    Fact - Beethoven wrote his first symphony in C

  3. #3
    Registered User
    Join Date
    Nov 2012
    Posts
    4
    oops there are people from all over on here. Greater Toronto Area.
    Y'all are way advanced though so ill just read the tutorials for now and watch from the sidelines until i have more intelligent questions.
    thanks

  4. #4
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    If you keep an eye on this forum, you will start to notice that everyone has the same problems over and over - So after a while you'll see something like this:

    Code:
    int banana;
    ...
    scanf("%d", banana);
    And know straight away what the OP's problem was

    Code:
    int banana;
    ...
    scanf("%d", &banana);
    Figuring out why someone else's program does not work is a good way to become a good programmer.
    Fact - Beethoven wrote his first symphony in C

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Toronto, King Street
    By Mario F. in forum General Discussions
    Replies: 4
    Last Post: 08-19-2011, 07:49 PM
  2. Hardware/software solution for online tutors
    By Roger in forum General Discussions
    Replies: 2
    Last Post: 11-18-2009, 03:48 PM
  3. Texas - Toronto. Sites to see?
    By jrahhali in forum General Discussions
    Replies: 11
    Last Post: 06-19-2009, 09:03 AM
  4. WHAT DO YOU MEAN, in tutors?
    By cogeek in forum C++ Programming
    Replies: 3
    Last Post: 09-30-2004, 07:49 AM