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

Search:

Type: Posts; User: gameman144

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    4,352

    Re: Compiler Issues

    MSBuild.exe IS located in said folder, but I'm not sure if/how to tell the compiler that it's there.
  2. Replies
    3
    Views
    4,352

    Compiler Issues

    Recently, my copy of Visual Studio 2008 stopped compiling, so I installed Visual Studio 2010 to see if maybe the update would fix the issues. Unfortunately, I am still getting a compile error for...
  3. Replies
    6
    Views
    7,450

    Re: Passing String to a Function

    Hey, there. For starters, always make sure that your function prototype and the function definition have the same data type in their parameters (i.e. both are char*-types.) You had the right idea in...
  4. Replies
    4
    Views
    1,077

    Assert error with destructor

    So currently I am toying around with classes in the setting of a game in order to learn them better. However, when I attempt to free some dynamic memory with a class deconstructor, I the execution...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured