Thread: Your first thread

  1. #1
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688

    Your first thread

    This thread would mainly apply to people who have over 50 odd posts, but it doesnt matter. Can you remember what your first post was when you joined Cboard? If you can, what was it? Looking at how much you have learned and gained in experience since that day, would you say you are moving fast in learing C / C++?
    Or would you say ( like me ) to take it a bit at a time and learn all you can about a subject before moving on.

    My first post I think was finding out what why end1 wasnt correct. DOH! No, its endl...
    But the lowercase l does look like a number one...

    Any thougts?
    Double Helix STL

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    My first post was about how to use header files and cpp files. I knew close to nothing about C++ 6 months ago. I still don't I'm just a little better off.

    The forums helped tremendously, and still are, in the learning process. Some things cannot be answered by books or they can but we are having an hard time interpreting their meaning.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I agree mario, some times the authors of programing books to over-do some explanations. Have you read of any the deitel series books? Geez, five pages on an explanation of the hello world program in C++.
    Double Helix STL

  4. #4
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    I think I made this post several months back.

    Anyway, if I recall my first post was asking what
    Code:
    while(1) { }
    did.
    Sent from my iPadŽ

  5. #5
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Oh sorry sly, I did not mean to repeat a thread, I must of missed it. Lol good first post. i used to confuse that with

    Code:
    while ( true ) {}
    Then I read in a good book that they did the same thing. C programmers a while back
    before the boolean variable came along used to distinguish true and false with 1 and 0
    Double Helix STL

  6. #6
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    > Have you read of any the deitel series books? Geez, five pages on an explanation of the hello world program in C++

    I haven't. I was very careful on my choice of books. I had too. It was on a budget (which has expired already). So I went to the big ones, Bjarne's, Josutti's, C++ Primer, Gang of Four, Sutter, Meyers and Alexandrescu. Some of the books I haven't touched yet.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  7. #7
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    That makes sense. Having a good range gives you more than on proffesionals view and ideas on how to do the more complex things. ie: pointers and OOP. Yesterday I threw one of by books out, it was:

    C++ A beginners guide by herb schilt. I was sick of his poor practices, one example was
    placing all data members of a class public. I never do this, always taught to make them private (or protected if I am using inherietence). I took prelude's adivce on his books and swore to never buy one of his books agian, as prelude said,

    "Sombody who is still learning the language should not be teaching it"
    Double Helix STL

  8. #8
    Fear the Reaper...
    Join Date
    Aug 2005
    Location
    Toronto, Ontario, Canada
    Posts
    625
    My first post was an incorrect c correction to someone that was, within minutes corrected by one of the senior members...

    I sort of started off on the wrong foot.
    Teacher: "You connect with Internet Explorer, but what is your browser? You know, Yahoo, Webcrawler...?" It's great to see the educational system moving in the right direction

  9. #9
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    http://cboard.cprogramming.com/showthread.php?t=67535

    ^ Mine.
    I spelt qualms wrong. Dude.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  10. #10
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Quote Originally Posted by Mario F.
    My first post was about how to use header files and cpp files. I knew close to nothing about C++ 6 months ago. I still don't I'm just a little better off.

    The forums helped tremendously, and still are, in the learning process. Some things cannot be answered by books or they can but we are having an hard time interpreting their meaning.
    You learned more in 6 months than I did in 5 years.

  11. #11
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    I certainly can't remember as far back as then, but the board has it as:- http://cboard.cprogramming.com/showthread.php?t=497

    Oh, what a scallywag rookie I was...

    What is funny is that I didn't learn most of what I know about pointers and complex structures from a book (although K&R started me off with a tree), it was from typing things in, having them compile correctly and then running them to get "abnormal termination" flash up. Then I have a shouting match with myself ("BUT IT COMPILES!!!") and mash the keyboard with my fists.

    A whole year or so of that and you too can be a professional.

  12. #12
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    My first thread: http://cboard.cprogramming.com/showthread.php?t=50566

    Typical case of a newb looking for source code, and a non-descriptive title. Painful to read, actually.

    As for how much I've learned, I do remember when I first started programming with OpenGL, loading a terrain every frame, and then trying to figure out why it was rendering so slow.
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

  13. #13
    Registered User jlou's Avatar
    Join Date
    Jul 2003
    Posts
    1,090
    My first thread was helping someone... pretty boring. I have only asked one programming question my entire time here, and that was met with an astounding 100 views and 0 replies.

    Good times.

  14. #14
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    To get a good overview of my initiation here you actually have to look at a couple of posts: One and two. They were in two separate threads that I started. Nice eh? I was making a "net send" spamming program for ... communication purposes with my friends and enemies alike in college. Used some simple file IO to make a bat file and then ran it. It was faster, I think, running system() net send commands in a loop.


    >> I still don't
    Lies. All lies.

  15. #15
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    Why does everyone on this board seem to lose they're enthusiasm and energy over time? I mean, look at all those exclaimation marks in twomers first posts.

    Clearly, we're all here to fuel some engine-like device that the webmaster is using to power some secret lab, in which he devises evil, evil plans. And bakes cookies.
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thread Synchronization in Win32
    By passionate_guy in forum C Programming
    Replies: 0
    Last Post: 02-06-2006, 05:34 AM
  2. [code] Win32 Thread Object
    By Codeplug in forum Windows Programming
    Replies: 0
    Last Post: 06-03-2005, 03:55 PM
  3. Win32 Thread Object Model Revisted
    By Codeplug in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2004, 08:50 AM
  4. Simple thread object model (my first post)
    By Codeplug in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2004, 11:34 PM
  5. Problem : Threads WILL NOT DIE!!
    By hanhao in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2004, 01:37 PM