CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2013
    Posts
    1

    Question Beginner & need some help :)

    Hello!

    I'am a nice guy from sweden and wanna learn c++.

    I don't know anything in c++ and i think i need some help, i wan't to serious, don't tell me to start with some other language (C# or vb.net etc) i have already try them, and i want something that is hard, and i think c++ is hard (for me), and i don't know where to start with everything, if someone out here can help me i would be happy!!

    Link some good Website's or a GOOD tutorial

    Thanks,

    Spofix

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: Beginner & need some help :)

    Welcome to CodeGuru and the wonderful world of c++.

    Try these websites for starters

    http://www.learncpp.com/
    http://www.cplusplus.com/doc/tutorial/

    There are also various c++ tutorials on youtube. Just search for c++ tutorial. For example,

    http://www.youtube.com/watch?v=GeXPl...8C1F33757B4A38
    Last edited by 2kaud; May 17th, 2013 at 04:08 PM.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Beginner & need some help :)

    From one Swedish guy to another. Since you use MSVC (judging from what forum you post in) you already have one of the best debuggers installed so don't forget to use it. I can guarantee that you will love it.
    Last edited by S_M_A; May 19th, 2013 at 02:12 PM.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured