Search:

Type: Posts; User: Chrisab508

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,012

    okay, so i was reading up on some of the links...

    okay, so i was reading up on some of the links there that you guys posted, and I was wondering, howcome there is so much code required to make a simple window, however, there is so little code to...
  2. Replies
    8
    Views
    2,012

    well ... thanks for all that info, im sure it'll...

    well ... thanks for all that info, im sure it'll come in handy later on, but lol i didn't understand ANY of it. I'm sure however that the link x squared posted will help as well as the one that...
  3. Replies
    8
    Views
    2,012

    How do you program a windows application?

    okay, so in the tutorials it teaches you how to do all this programming for a console application, and i've got most of that down, however, when looking at some of the source codes for windows...
  4. nm guys, i figured it out myself! i read some...

    nm guys, i figured it out myself! i read some earlier posts and this is what i got:


    do{
    calculator();
    lines();
    } while (1==1)

    thanks!
  5. Wondering about repeating an entire program

    okay, so i have a basic calculator program (sorry i can't post it, on another computer) but i have the entire calculator as a function. So to run it i just need to type : calculator(); after that i...
  6. okay, well the window does stay there, but whne i...

    okay, well the window does stay there, but whne i input data, and hit enter, then it disappears.
  7. lol

    okay, lol i really didn't understand what you were saying there. So basically ur saying that the code i used is kind of outdated? and that i should use the other one? but whats the difference? and...
  8. hello, brand new here, need help with inputting data

    okay, so i have this basic program (from the tutorials section), this is what it is:



    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a...
Results 1 to 8 of 8