Thread: Looking to learn C++

  1. #31
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Just like to bring something to everybodies attention:

    Two (or so) day's later I'm starting to regret saying I'd give 1-on-1's. Not so bothered about giving my address out since you can get that by looking at my profile.

    Anyways, NO. Not playing that game anymore so post your questions up here instead. Already got 3, don't want anymore of you people in my contacts list.

    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  2. #32
    #define WORLD "sad place" LinuxCoder's Avatar
    Join Date
    Mar 2006
    Location
    Portugal
    Posts
    89
    heheh that sounds like a learned lesson ahluka. When accepting this kind of thing i always get a new msn contact that I can ditch or only log on when i really feel like actually helping someone.

  3. #33
    Registered User
    Join Date
    Nov 2005
    Posts
    545
    There is always block on MSN, a very useful tool.

  4. #34
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Yep. I thought there was a reason nobody else offers to do this
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  5. #35
    Registered User
    Join Date
    Nov 2005
    Posts
    545
    Why exactly was it so bad?

    Dish the goss

  6. #36
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Anyone who expects to be tutored for free over MSN (of all things! how can you reasonably tutor someone over IM?) doesn't deserve to be tutored.

    Read a book and start writing code. Ask questions on the forum. Go to college and study comp.sci.

    It was good enough for the rest of us. Asking to be tutored smacks of laziness.
    "I saw a sign that said 'Drink Canada Dry', so I started"
    -- Brendan Behan

    Free Compiler: Visual C++ 2005 Express
    If you program in C++, you need Boost. You should also know how to use the Standard Library (STL). Want to make games? After reading this, I don't like WxWidgets anymore. Want to add some scripting to your App?

  7. #37
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Quote Originally Posted by bumfluff
    Why exactly was it so bad?

    Dish the goss
    Because when I'm on MSN I get messaged every other minute with a question. It's not so bad - now I just go on as appear offline, block anyone I don't want to talk to then appear online.

    God bless MSN status'.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  8. #38
    Registered User
    Join Date
    Apr 2006
    Posts
    2
    Well, since Ahluka's not helping now, I'd be glad to teach you. Just be forewarned that I can't even call myself an intermediate player in C++ knowledge. I do, however, have enough knowledge of C++ to have had a try at making a text-based RPG. Went well until I dropped the project altogether. >_>;

    Well, if you want me to help, PM me and I'll send you my email. I don't use MSN Messenger, sorry.

  9. #39
    Registered User
    Join Date
    Mar 2006
    Posts
    725
    /* ... */
    Code:
    #include <stdio.h>
    
    void J(char*a){int f,i=0,c='1';for(;a[i]!='0';++i)if(i==81){
    puts(a);return;}for(;c<='9';++c){for(f=0;f<9;++f)if(a[i-i%27+i%9
    /3*3+f/3*9+f%3]==c||a[i%9+f*9]==c||a[i-i%9+f]==c)goto e;a[i]=c;J(a);a[i]
    ='0';e:;}}int main(int c,char**v){int t=0;if(c>1){for(;v[1][
    t];++t);if(t==81){J(v[1]);return 0;}}puts("sudoku [0-9]{81}");return 1;}

  10. #40
    Registered User
    Join Date
    Apr 2006
    Posts
    13
    Jafet, why did you post the comment command?

  11. #41
    Registered User
    Join Date
    Apr 2006
    Posts
    2
    "the" != "a"; //There's more than one form of commemting. ;-)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how long to learn c programming
    By cmay in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 05-13-2009, 12:55 AM
  2. Do you ever try to learn too much?
    By Stonehambey in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 06-17-2008, 07:55 AM
  3. You have to learn C in order to learn C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 07-16-2004, 10:33 AM
  4. Novice trying to learn C++
    By dead in forum C++ Programming
    Replies: 10
    Last Post: 12-01-2003, 09:25 PM
  5. Advice on how to being to learn C++
    By VenomUK in forum C++ Programming
    Replies: 9
    Last Post: 05-18-2002, 01:06 PM