Closed Thread
Results 1 to 7 of 7

Thread: Lots of free Tutorials

  1. #1
    Saint is offline Learning Programmer
    Join Date
    Aug 2006
    Posts
    63
    Rep Power
    0

    Lots of free Tutorials

    Just came across this site and thought it may benefit others here.

    http://seangreasley.com/
    Hi >> Saint

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    I worry about someone who seems excited about teaching people how to create macros in C++. Just that topic makes me question what he knows about the language.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Frantic's Avatar
    Frantic is offline Learning Programmer
    Join Date
    May 2006
    Posts
    91
    Rep Power
    0
    On that site, in the news ticker there is news that says "Cocain may soon be available at Amazon.com" what are they talking about?

    I like the site though.

  5. #4
    Saint is offline Learning Programmer
    Join Date
    Aug 2006
    Posts
    63
    Rep Power
    0
    What do you mean WingedPanther?
    Hi >> Saint

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    According to Bjarne Stroustrup, you should use const for variables and inline for functions. These are the exact same things that macros are used for in C, but without the same controls. For example, C++ will do type checking on a const variable, but not on a macro. I've seen the same advice in other books about C++. Basicly, macros should be the tool of last resort, not part of a tutorial with an eager introduction.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #6
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    once this had those tutorials for FREE if you want them (maybe the list is not 100% updated but nearley all the tuts are there! here is the link! NOTE this is not pirated or so this is coz once the tuts were free and they are still here for free!! here is the link:-

    http://sean.cruels.net/

    enjoy!

  8. #7
    Kaabi Guest
    It looks okay but if I was going to start learning C++ again I would use a different site.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Free Assembly Tutorials
    By Jordan in forum Assembly
    Replies: 47
    Last Post: 07-18-2011, 04:17 PM
  2. Good Free Online Tutorials
    By matrob in forum PHP Development
    Replies: 0
    Last Post: 09-08-2010, 10:20 PM
  3. Free Assembly Tutorials
    By Jordan in forum General Programming
    Replies: 41
    Last Post: 11-09-2009, 06:24 PM
  4. Free Java Tutorials
    By EdSquareCat in forum Java Help
    Replies: 2
    Last Post: 08-21-2007, 11:25 PM
  5. Free Online PHP Tutorials
    By RobSoftware in forum PHP Development
    Replies: 5
    Last Post: 08-24-2006, 02:38 PM

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