c++ Programming Tutorial 4 (Part 1 of 2)

BROUGHT TO YOU BY RECONNETWORKS.COM

Going through the use of functions, pointers, how to make fullscreen, and changing colors per line

Duration : 0:6:59



23 Responses to “c++ Programming Tutorial 4 (Part 1 of 2)”

  1. Thakillerrr Says:

    good to see that …
    good to see that you still make tutorials :D is there any chance that you show us a simple game with opengl or something in the future?

  2. lukie999999 Says:

    that would be …
    that would be awesome

  3. reconnetworks Says:

    I have alot of …
    I have alot of requests, but… it is possible yes :)

  4. jycottonmouth Says:

    man a lot of ppl …
    man a lot of ppl are missing out on these great tutorials

  5. reconnetworks Says:

    heh, thanks pal ;)
    heh, thanks pal ;)

  6. hawkforce Says:

    I saw you are using …
    I saw you are using AVG… :) keep it up man…

  7. ryuslayer Says:

    awesome job once …
    awesome job once again.

    Yay, IM! :P
    I’m looking forward to more tutorials of yours, I can imagine they’re tough make, especially since you’re thinking of how to explain something, type, and talk on the same time. ^^
    ( now that’s multitasking, lol )

    so much easier to learn than with a book alone. ^^

  8. reconnetworks Says:

    thanks pal :), not …
    thanks pal :), not really tough, but can be at times if I make a mistake :p

  9. havchr Says:

    wtf?
    Learning C++ …

    wtf?
    Learning C++ video tutorial is really one of the most pointless things I’ve seen.

  10. jamesx1990 Says:

    mac you are so cool …
    mac you are so cool =)

  11. JotaSk8Bdr Says:

    so basically this …
    so basically this program sends text messages to other windows… THAT ROCKS is what im trying to find.
    I put to myself as mark, to make a program that sends th same string to all the opened conversations like “brb” and send it to all of them…
    would this help?

  12. nexus1g Says:

    I’ve found at least …
    I’ve found at least using Visual Studio, if you place the user functions prior to the main function, you do not need to add the additional “void function();” line.

  13. Grolles Says:

    Rofl i got my Avg …
    Rofl i got my Avg pop up at the same time :)

  14. SnapMagic12 Says:

    man u are awesome …
    man u are awesome ur tutorials are really easy to foolow sometimes a bit fast for me but o well. YOU ROCK!!!!!!

  15. Oldsellerros Says:

    noob
    noob

  16. JavaGuy147 Says:

    yes, this is part …
    yes, this is part of the c language. the reason why he decleares them is because they have not been read yet and therefore the program doesn’t knwo where they are. Its common practice to place the main function first…

  17. littlemandude Says:

    its kinda hard to …
    its kinda hard to see the difference between ) and }

    i am a novice programmer

    you should make sure you tell which one you typing
    when you do tutorials

  18. 1OmniDude1 Says:

    stfu
    stfu

  19. Oldsellerros Says:

    smpptspm
    smpptspm

  20. amdbcg Says:

    I agree… :D
    I agree… :D

  21. Esoj Says:

    the { and } are …
    the { and } are used mainly to Encapsulate procedures. or atleast thats how i see them.
    They are used at the start and end of a Function/procedure and if/case statements, period. The ( and ) are used as perameters to a function. for example:

    void MakeExe( char poop)

    or MakeExe(”C:\Windows\System32\txt.exe”)

    the

  22. Esoj Says:

    example of both:

    example of both:
    The {
    }
    int main(void)
    {
    something
    crap
    return 0;
    }

    and the (
    )
    pinterfunction(pointera)

    those are the only things that came to my mind, i aint no pro at programming, I started with Visual Basic and ofcourse changed to C and Javascript for webeffects lol

  23. marmuhlade Says:

    1:42: AVG for the …
    1:42: AVG for the win, dude. ;)

Leave a Reply

Posted on July 13th, 2007 by admin

Filed under C |

|