Search:

Type: Posts; User: Phate4219

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    3,246

    hmmmmm... now when i compile i get NO...

    hmmmmm...

    now when i compile i get NO errors... but when i RUN it, there is no text.

    its just a blank screen.....

    any ideas?
  2. Replies
    16
    Views
    3,246

    AHAHAHAHHAHA just forgot ;s its fixed now...

    AHAHAHAHHAHA

    just forgot ;s

    its fixed now lol.
  3. Replies
    16
    Views
    3,246

    whoops. forgot ; after while and counters... that...

    whoops. forgot ; after while and counters... that brings errors down to:


    c:\docume~1\galgar~1\desktop\untitl~1.cpp: In function `int main()':
    c:\docume~1\galgar~1\desktop\untitl~1.cpp:10: parse...
  4. Replies
    16
    Views
    3,246

    here is the code: #include int...

    here is the code:


    #include <stdio.h>

    int num1, num2, num3, num4;
    int Counter;
    int product(int x, int y);
    int divide(int z, int a);
    int main( void )
  5. Replies
    16
    Views
    3,246

    ok, i tried adding another int, Counter inside...

    ok, i tried adding another int, Counter

    inside int Main(void) i put the statements: Counter == 1, While (Counter < 1000) and put the program except return 0 in brackets, and put Counter ++ at the...
  6. Replies
    16
    Views
    3,246

    what kind of while loop... like just type while...

    what kind of while loop... like just type while above the first printf?

    sorry, im REALLY noob. need things spelled out for me lol.
  7. Replies
    16
    Views
    3,246

    program worked without a hitch! YEAH!!! btw,...

    program worked without a hitch! YEAH!!!

    btw, is there a way to make it so if i doubleclick the icon on desktop, it doesnt just autoclose after user input is done?

    as it is, i get this:
    ...
  8. Replies
    16
    Views
    3,246

    thnx a TON. in my book, there was a code for...

    thnx a TON.

    in my book, there was a code for just multiplying, but no if/else statements, so i looked farther in the book

    for some reason it didnt have the brackets... whatever

    thanks a ton...
  9. Replies
    16
    Views
    3,246

    newb to C, cant figure something out.

    i JUST started C a few days ago.

    i decided, after reading a prog in a book i have, to make a program to either multiply or divide two ints depending on user input.

    so i wrote the program, got...
Results 1 to 9 of 9