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

Search:

Type: Posts; User: faceguy1

Search: Search took 0.16 seconds.

  1. Replies
    1
    Views
    445

    Re: if Statement Problem

    Guys, sorry for posting 2 threads. I didn't see the "Wait for moderator approval" message until the second time submitting the thread. The first, I thought I did something stupid and somehow didn't...
  2. Replies
    1
    Views
    445

    if Statement Problem

    Hi Guys

    I am making a game that involves clicking many buttons with if statements and assorted loops. However, I have run into a problem. I use Codewarrior C++ and CMU Graphics Lab, and if you do,...
  3. Replies
    3
    Views
    740

    if Statement Problem

    Hey Guys,

    For this game I am creating, there are many loops involved and if statements involved that determine where to go in my point-click RPG. Take a look at the code:

    if (iX>=100 && iY>=45...
  4. Replies
    3
    Views
    500

    Not sure what to call this.

    Hello, I am a novice programmer in C++. I know only basic object-oriented ideas and my teacher thinks it is the worst thing that ever happened to mankind and because of that, I only know procedural...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured