Search:

Type: Posts; User: Mikey_Ickey

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,415

    OH YEAH! I guess that would be easier. Thanks...

    OH YEAH! I guess that would be easier. Thanks guys.
  2. Replies
    5
    Views
    1,415

    sqrt() question...

    Ok, so im still pretty new to C programming and i was reading the stickies and i found a post in the C Book Recomendations sticky that has some assignments. The assignment was to print out the square...
  3. Replies
    160
    Views
    1,231,861

    Sticky: O'Reilly's C: In A Nutshell...

    O'Reilly's C: In A Nutshell has documentation for the entire standard C library along with some very helpfull information to C newcommers (like myself) on how to use it [the C language].

    Hope...
  4. Replies
    5
    Views
    1,199

    while (account != -1);{ you dont need that...

    while (account != -1);{
    you dont need that semi-colon there.
    get rid of that and it should go past the while statement.
    good luck buddy ;)
Results 1 to 4 of 4