Thread: you advanced people, read this

  1. #1
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753

    you advanced people, read this

    this is to you advanced guy who can answer anyone's problems:
    i was wondering how old you guys are and how long it took for you to get real good at c++. also, show me some program you wrote that displays your experience and skill. also, are any of you advanced guys using msvc++ 6.0?

  2. #2
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765

    knowledge = time

    In order to answer almost everyone's question's correctly, helping them out, you must first know all the asnwers....and understand them incase of a needed simplified explanation.

    btw,
    20 ( 4 more months... )
    Been at c / c++ for around a month, but due to my exstensive hunting, searching, and learning of Microsoft's version ( Visual C++ ) with the clases stuff, C and C++ concepts are coming fairly quickly. A program im currently writting for personl use is something like 1,500 lines of code. At the moment most of it is held together with duct tape, but is being revamped with more effecient code.

    C, C++, Visual C++, batch files ( i know to well.... ), HTML, Javascript, and common audio editing principles ( making the sfx / music actually sound good in something like a game... ).
    10yrs+ Since a 486 66mhz 12mb ram & Windows for workgroups.

    I've got the time thing down, but the knowledge part is just coming in due to my late discovery of REAL C, and C++. Although considering the time writting batch files, html, and tweakin OS's to my pc's content ( and having a fairly good grasp on geometry concepts )....C & C++ shouldn't be to hard.
    Last edited by Shadow; 10-04-2001 at 05:19 PM.
    The world is waiting. I must leave you now.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    I am pretty good at mfc, I made a windows Chess program for online... I learned an INSANE amount of stuff in a my first few weeks because I was so intrested, sadly I have slown down.

    all of the syntax you should be able to grasp in around 100 hours of coding... stuff like


    if (y == (x == 5 : 6 ? 8 ))
    and...
    (*classx).accessthis();
    is the same as
    classx->accessthis();
    but different from
    *classx.accessthis();

    and really complex stuff like....

    class1->class2.(*(class3+5)).(*(pointer1+4)) = 5;
    Men like me strive to be an inferior rock, rather than superior dust.
    - in response to X10

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Should it be legalized?
    By abachler in forum A Brief History of Cprogramming.com
    Replies: 168
    Last Post: 06-08-2008, 08:56 AM
  2. How can I know the actual bytes read in a file read
    By pliang in forum C++ Programming
    Replies: 1
    Last Post: 06-08-2005, 04:23 PM
  3. the us constitution
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 121
    Last Post: 05-28-2002, 04:22 AM
  4. Religious Bull****
    By Witch_King in forum A Brief History of Cprogramming.com
    Replies: 119
    Last Post: 10-23-2001, 07:14 AM
  5. ALL NEWBIES, and even advanced people, lets do this!
    By Leeman_s in forum C++ Programming
    Replies: 9
    Last Post: 10-01-2001, 08:40 PM