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

Search:

Type: Posts; User: JonBMN

Search: Search took 0.01 seconds.

  1. Re: Creating a random number generator program help

    oh DUH haha, thank you so much :)
  2. [RESOLVED] Creating a random number generator program help

    I'm trying to create a program that creates random numbers. I looked through some examples and this is what I came up with. The time identifier seems to be undefined yet I see no reason it is...
  3. Re: [RESOLVED] Multiple Compparisons in one block help.

    this was the mistake I made, found and fixed :)


    case '5':
    cout << "Expensive but good taste you have!" >> endl;
  4. [RESOLVED] Multiple Compparisons in one block help.

    here's my program bake.cpp(name does not reflect content) I've been researching this binary error and haven't been able to find a solution, so please help!


    #include "stdafx.h"
    #include...
  5. Re: Class help using constructors and destructors.

    Thank you so much! I appreciate the help greatly :) you resolved the problem for me, and I will be sure to remember that!
  6. [RESOLVED] Class help using constructors and destructors.

    bake.cpp


    #include "stdafx.h"
    #include <iostream>
    #include <string>
    using namespace std;
    class Walnut
    {
    public:
  7. Replies
    1
    Views
    1,090

    [RESOLVED] C++ class help!

    *SOLVED
    I'm having trouble deciphering the error codes that I'm getting and fixing whats going on. Help would be much appreciated!
    Pen.cpp

    #include <iostream>
    #include <string>
    #include...
  8. Re: LNKERROR2001 unresolved external symbol _mainCRTStartup

    Hm. I tried loading a new item from a different location instead of just going to new, and it worked, so you must be correct in saying that I wasn't creating the item in the project folder. Thank you...
  9. Re: LNKERROR2001 unresolved external symbol _mainCRTStartup

    I put your exact code into the same file and same result.
  10. Re: LNKERROR2001 unresolved external symbol _mainCRTStartup

    I created it as a win32 console application with an empty .cpp file.
  11. LNKERROR2001 unresolved external symbol _mainCRTStartup

    win32 console application empty project. tried using different funtions, didn't work. To be honest I am a coding newbie, but I've scoured the internet for a solution and for the past 3 days have not...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured