CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ADSOFT

Search: Search took 0.07 seconds.

  1. Replies
    29
    Views
    30,413

    Re: C++ Error...IDK what is wrong!

    Hey Fredrick here are some good sites:


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


    http://www.functionx.com/visualc/Lesson01.htm
  2. Replies
    29
    Views
    30,413

    Re: C++ Error...IDK what is wrong!

    Come on man lay off the guy. At least he made an effort to get here.

    He needs to study more, but we should motivate him not make him feel bad for asking a question. If he knew he wouldn't be...
  3. Replies
    29
    Views
    30,413

    Re: C++ Error...IDK what is wrong!

    Hey don't let it get to you, we all had to start somewhere. When I first started with "C" I was so happy to print something on the screen, put the exe on a diskette, load the program on a different...
  4. Replies
    29
    Views
    30,413

    Re: C++ Error...IDK what is wrong!

    hahaha, you posted just before I posted.

    Yep, you have to intilize the vars.

    try something like:

    b=2;
    c=3;
    d=4;
    e=5;
  5. Replies
    29
    Views
    30,413

    Re: C++ Error...IDK what is wrong!

    Boy, more than half those vars aren't even initialized. ... I'm surprised the computer hasn't blown up :lol:
  6. Replies
    29
    Views
    30,413

    Re: C++ Error...IDK what is wrong!

    Post your code:cool:
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured