Search:

Type: Posts; User: stephencalderon

Search: Search took 0.01 seconds.

  1. Thread: arrays

    by stephencalderon
    Replies
    7
    Views
    1,283

    Ok, well, I just use the information given. Any...

    Ok, well, I just use the information given. Any suggestions then?
  2. Thread: arrays

    by stephencalderon
    Replies
    7
    Views
    1,283

    Well it's written in C++, I'm not sure why my...

    Well it's written in C++, I'm not sure why my class is called MFC programming. We use Windows Form Application in C++ but not all the same rules for C++ apply. Normally I can do the arithmetic...
  3. Thread: arrays

    by stephencalderon
    Replies
    7
    Views
    1,283

    After Looking at it some more, It looks like I...

    After Looking at it some more, It looks like I cant perform any type of simple arithmetic on a System::Double^, So I guess the real question would be: is there a way to get around that or to convert...
  4. Thread: arrays

    by stephencalderon
    Replies
    7
    Views
    1,283

    arrays

    Hello all! I am using MFC with C++ trying to simply add one array to another with the code: totalBalance[count] = totalBalance[count] + payment[count]; but I'm getting the error:
    Error 1 error...
  5. Replies
    11
    Views
    1,700

    Well, thats what were suppose to do. Don't ask me...

    Well, thats what were suppose to do. Don't ask me I'm just the student :)
  6. Replies
    11
    Views
    1,700

    Basically I am in a class titled "MFC...

    Basically I am in a class titled "MFC Programming". I use C++ in Microsoft Visual Studio Pro writing code (c++) in windows form application. I attached a snippet of code from the program, It's...
  7. Replies
    11
    Views
    1,700

    help with an animation

    Hi, I am working on a small animation project in MFC. I have a line of code that looks like this : pictureBox1->Location=System:: Drawing::Point(x,y); I have x and y generating random number placing...
  8. Replies
    7
    Views
    4,204

    Thanks for you responses. Smokeyangel:...

    Thanks for you responses.
    Smokeyangel: increasing/decreasing the x,y coordinates cause the ball to move faster. Raising just one made the ball freak out. So wouldn't messing with them in that way...
  9. Replies
    7
    Views
    4,204

    Need Help! Random in MFC

    Greetings!
    I'm a beginner, still in school. I'm doing a small project in MFC. It's a basic animation of a ball bouncing off the four wall in a square. I don't exactly understand what this does...
Results 1 to 9 of 10