+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33

Thread: Getting Started (C Programming)

  1. #11
    Scheme's Avatar
    Scheme is offline Learning Programmer
    Join Date
    Jul 2008
    Location
    South Wales
    Posts
    37
    Rep Power
    14

    Re: Getting Started (C Programming)

    Is there a follow-up to this tutorial?
    ==We have just gotten a wake-up call from the Nintendo Generation.==

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: Getting Started (C Programming)

    @methodz: that isn't true for gcc on linux, because when I put
    Code:
    #include "stdio.h"
    it works fine, whereas when I use my own libraries I must put
    Code:
    #include "~/lib/perspective.h" // my own perspective projection library
    Therefore "" must be searching in /usr/include, unless you specify another path.

  4. #13
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Getting Started (C Programming)

    You shouldn't have to, if the library is in the same location as the standard libraries, or in the current directory "--" should work.

  5. #14
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: Getting Started (C Programming)

    Maybe I should add "./" to my library path.

  6. #15
    Panarchy is offline Programming Professional
    Join Date
    Nov 2007
    Posts
    259
    Rep Power
    0

    Re: Getting Started (C Programming)

    Hello

    Thanks for this, will study this and other C/C++ Tutorial to learn programming!

    Oh, just an error I found:
    The "\n" is a newline tab this is really for aesthetics.
    I can't see the \n !!!

    Panarchy

  7. #16
    Jaywalker is offline Newbie
    Join Date
    Sep 2008
    Posts
    3
    Rep Power
    0

    Re: Getting Started (C Programming)

    Hi, I tried making this work, and it appeared to compile fine...until I clicked Execute==>Run, and it came up with the error "Source file not compiled".

    Any help?

    EDIT: Nevermind - you didn't mention the obvious, which us n00bs need to know desperately.

    We need to start up a Project, then a Source File inside that for this to work!

  8. #17
    LogicKills's Avatar
    LogicKills is offline Programmer
    Join Date
    May 2008
    Location
    US
    Posts
    138
    Rep Power
    16

    Re: Getting Started (C Programming)

    Quote Originally Posted by Jaywalker View Post
    Hi, I tried making this work, and it appeared to compile fine...until I clicked Execute==>Run, and it came up with the error "Source file not compiled".

    Any help?

    EDIT: Nevermind - you didn't mention the obvious, which us n00bs need to know desperately.

    We need to start up a Project, then a Source File inside that for this to work!
    This is not true, you can use standalone source files.
    http://logickills.org
    Science - Math - Hacking - Tech

  9. #18
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Getting Started (C Programming)

    Quote Originally Posted by Jaywalker View Post
    Hi, I tried making this work, and it appeared to compile fine...until I clicked Execute==>Run, and it came up with the error "Source file not compiled".

    Any help?

    EDIT: Nevermind - you didn't mention the obvious, which us n00bs need to know desperately.

    We need to start up a Project, then a Source File inside that for this to work!
    Read.

  10. #19
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: Getting Started (C Programming)

    Were we supposed to read your quote, MeTh0dz....?
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  11. #20
    Jaywalker is offline Newbie
    Join Date
    Sep 2008
    Posts
    3
    Rep Power
    0

    Re: Getting Started (C Programming)

    OK, but it didn't work for me until I created a new project - not just a new source file.

    Is it harder to make a standalone source file work? Does it require a different program?

    Either way, this was the problem I encountered, and the solution I found was the solution that worked.

+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. getting started with programming
    By leciel in forum Programming Theory
    Replies: 12
    Last Post: 12-05-2009, 12:08 PM
  2. Writing/programming drivers - getting started
    By Marcinnnn in forum C and C++
    Replies: 3
    Last Post: 09-07-2009, 12:55 PM
  3. Getting started
    By Gabriel in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-01-2007, 11:07 AM
  4. Need help getting started
    By Nichie in forum C and C++
    Replies: 1
    Last Post: 03-22-2007, 09:17 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts