Thread: L O V E -this board...

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    12

    Talking L O V E -this board...

    I only wonna say: I LOVE THIS BOARD

    ...and: this is the most helpful "thing" for newbe's, I have ever seen!

    I use the search-funktion all the time, it's easy!!!


    I'm a newbie, so don't take my words for facks!
    btw, I'm useing Dev-4

  2. #2
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Thats what i thought until i got into Win32API.

    Its hard to make ppl understand what you need help with...
    What is C++?

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> Its hard to make ppl understand what you need help with...

    Asking the right question is an art. It is often difficult to answer someone simply because they have not explained their difficulty.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    flashing vampire black's Avatar
    Join Date
    May 2002
    Posts
    563

    Smile Re: L O V E -this board...

    Originally posted by niklaskr
    I only wonna say: I LOVE THIS BOARD

    ...and: this is the most helpful "thing" for newbe's, I have ever seen!

    I use the search-funktion all the time, it's easy!!!


    me too. Cheers~
    Never end on learning~

  5. #5
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    >>I use the search-funktion all the time, it's easy!!!

    Good to know that atleast there are people who use the search.
    -

  6. #6
    left crog... back when? incognito's Avatar
    Join Date
    Oct 2001
    Posts
    1,427
    Originally posted by Vicious
    Thats what i thought until i got into Win32API.

    Its hard to make ppl understand what you need help with...

    I still love this board, people do their best to help you.
    There are some real morons in this world please do not become one of them, do not become a victim of moronitis. PROGRAMMING IS THE FUTURE...THE FUTURE IS NOW!!!!!!!!!

    "...The only real game I thank in the world is baseball..." --Babe Ruth

    "Life is beautiful"-Don Corleone right before he died.

    "The expert on anything was once a beginner" -Baseball poster I own.


    Left cprog on 1-3-2005. Don't know when I am coming back. Thanks to those who helped me over the years.

  7. #7
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    I know


    I basicly figured out im not ready for Win32 just yet....
    So..

    I LOVE THIS BOARD
    What is C++?

  8. #8
    left crog... back when? incognito's Avatar
    Join Date
    Oct 2001
    Posts
    1,427
    I guess you haven't heard that I am learning win32 with some other people and help each other on a message board right? You could join.
    There are some real morons in this world please do not become one of them, do not become a victim of moronitis. PROGRAMMING IS THE FUTURE...THE FUTURE IS NOW!!!!!!!!!

    "...The only real game I thank in the world is baseball..." --Babe Ruth

    "Life is beautiful"-Don Corleone right before he died.

    "The expert on anything was once a beginner" -Baseball poster I own.


    Left cprog on 1-3-2005. Don't know when I am coming back. Thanks to those who helped me over the years.

  9. #9
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    heh, i might...
    but i realized that I had no idea what a class, string, pointers, ect.
    was!

    So im gonna try and do some Dos apps b4 i take the complex win32 again
    What is C++?

  10. #10
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    It is always best to have a reasonable grasp of the language before trying anything more advanced, the old "walk before you run" thing. You can learn C/C++ in a console app.

    Not the most visually appealing medium I suppose, but you can write a runnable program with a few lines to test something, rather than a few hundred lines to try the same in a Windows App.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  11. #11
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Originally posted by adrianxw
    Not the most visually appealing medium I suppose, but you can write a runnable program with a few lines to test something, rather than a few hundred lines to try the same in a Windows App.
    Amen to that! I've got one project called "Cons" that I use just for this purpose. It's just a basic shell of a console app with a menu etc. that I use to test out new things. Just add a function or varaible or two, update the cout menu, compile and test away.

  12. #12
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Mine is called "Console" !
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  13. #13
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    I've got a whole directory of < 50 line programs I used when testing out different code.

    /var/src/simple

    Code:
    a.out*                 friendHelp.o            queue.cpp
    birthday.txt           functor.cpp             revString.c
    charToInt.cpp          inheritanceExample.cpp  StackChars.cpp
    cheesyPi.cpp           iotest.cpp              stdMapTest.cpp
    computeTest.cpp        leak.cpp                strstreamTest.cpp
    crazyMapThingTest.cpp  lineParser.cpp          structPrivTest.cpp
    deriveFromList.cpp     makeStreamBuf           test_streambuf.cpp
    doubleIsInteger.cpp    map.c                   vector3.h*
    eraseSpaces.cpp        Matrix.h                vectorFakingMatrix.cpp
    fileExistance.cpp      outputRedirection.cpp   VectorTest.cpp*
    friendHelp.cpp         perfectSquare.cpp       voidVsBool.cpp
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need a second opinion - code error and i cant see it
    By bigfootneedhelp in forum C Programming
    Replies: 19
    Last Post: 10-25-2007, 06:02 AM
  2. Constructor problem
    By rebel in forum C++ Programming
    Replies: 22
    Last Post: 01-11-2006, 06:45 AM
  3. function trouble
    By rebel in forum C++ Programming
    Replies: 4
    Last Post: 12-21-2005, 05:23 AM
  4. Pick a number....
    By Salem in forum A Brief History of Cprogramming.com
    Replies: 39
    Last Post: 01-19-2003, 07:27 AM