Thread: Quiz me!

  1. #1
    In your face... ha ha ha Liger86's Avatar
    Join Date
    Dec 2002
    Location
    Motorcity Capital
    Posts
    321

    Question Quiz me!

    Ok, I'll be honest with you; I'm dumb. I was always told that I'm dumb but I ain't givin up now!

    I hate to take the online "tests", so I got a stupid request! (by the way: i have never taken a programming course in my life) I started with the online tutorials and I want you guys to quiz me on the stuff I already know (should know). I've been following tutorials on cplusplus.com and I think I'm stupid. If someone could make up a question or a problem and have me solve it that would be great!

    I've only got to the first part of functions. so questions about them will do fine!

    TOAST ME! with questions! pretend you're my techer (I hate them all)
    From Ukraine with love!

    Internationally known – widely respected

    - Digitally yourz -

  2. #2

  3. #3
    In your face... ha ha ha Liger86's Avatar
    Join Date
    Dec 2002
    Location
    Motorcity Capital
    Posts
    321
    I knew this was going to happen. I hate to take online tests, it makes me through up. I've taken Cisco class in my high school and all we did was take online tests. anyway they are tough and make me sweat.
    From Ukraine with love!

    Internationally known – widely respected

    - Digitally yourz -

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    Originally posted by Liger86
    I knew this was going to happen. I hate to take online tests, it makes me through up. I've taken Cisco class in my high school and all we did was take online tests. anyway they are tough and make me sweat.
    you are going to want to get used to taking online tests. they are not going to go away anytime soon...

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    I think most of us have other things to do than deal with your lazyness. The contests page is there for a reason. A compiler will do a decent job at telling you if your syntax is right.

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    479
    ok ill ask you one

    make a function that returns the the sides of a rectangle.
    thats 2 numbers
    like
    side*side
    thats about as simple as i can think of

  7. #7
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    I doubt that you're dumb, or you wouldn't be able to program at all. I've come to the conclusion that programming is HARD-HARD-HARD. Even really good-professional programmers have to debug their code. There are probably very few who can write 100 lines of code without an error. I re-compile very frequently to try and catch errors before they get hard to find. And, of course I test-run my code as soon as there is a testable chunk.

    So if you're really dumb (or really lazy), find another hobby!

  8. #8
    Registered User
    Join Date
    Dec 2001
    Posts
    479
    do this:
    get a book write all examples given
    and i mean write it dont just look at the code and try to memorise
    it. trust me i used to do that when i was new to this
    if you do that, in just a few months i bet you will start to get results

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Quiz on C
    By ganesh bala in forum C Programming
    Replies: 18
    Last Post: 02-10-2009, 03:49 PM
  2. my Quiz
    By hanadi in forum C++ Programming
    Replies: 5
    Last Post: 01-14-2009, 12:43 PM
  3. Try this quiz (just made it with C)
    By voltson4 in forum C Programming
    Replies: 1
    Last Post: 07-11-2003, 06:28 PM
  4. C programming language quiz
    By Trancongan in forum C Programming
    Replies: 7
    Last Post: 04-21-2002, 01:04 PM
  5. C programming quiz
    By Denise in forum C Programming
    Replies: 2
    Last Post: 11-09-2001, 04:49 AM