Search:

Type: Posts; User: SmokingMonkey

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,698

    im using printf instead of cout so the timer...

    im using printf instead of cout so the timer would work
  2. Replies
    8
    Views
    2,698

    Whats Wrong Whith This!?

    whats wrong with this program???


    #include <wait.h>
    #include <iostream.h>
    #include <stdlib.h>
    #include <stdio.h>

    {
  3. Replies
    2
    Views
    1,516

    ***** Post-Fix Operator???****

    Whats a post-fix operator

    i need it to help me answer this question...
    Which of the following operations has a higher PRECEDENCE: a post-fix operator or unary operator?
  4. i guess i should have checked this website...

    i guess i should have checked this website first...

    thanks
  5. int main (), main (), main (void), int main (void) HELP!!!

    whats the diff between int main (), main (), int main (void), and main (void) ???
  6. Replies
    4
    Views
    1,478

    hey thanks man!

    hey thanks man!
  7. Replies
    4
    Views
    1,478

    Very small program...Whats wrong???

    #include <iostream>

    int main ()

    {

    char x;

    cout << "Hi, whats your name?";
    cin >> x;
  8. Replies
    6
    Views
    1,165

    just kidding! i mean this code #include...

    just kidding! i mean this code

    #include <iostream>

    int main (void)

    {

    char x;
    std::cout << "Hi, whats your name?";
  9. Replies
    6
    Views
    1,165

    so then how comw this doesnt work? #include...

    so then how comw this doesnt work?
    #include <iostream>

    int main (void);


    {
    char x;

    std::cout << "Hi, whats your name?";
  10. Replies
    6
    Views
    1,165

    THANKS MAN I LOVE YOU!!!

    THANKS MAN I LOVE YOU!!!
  11. Replies
    6
    Views
    1,165

    Very simple question

    Hi,

    I am currently taking a tutorial about making video games. I have just started C++ and i dont understand what stuff to use for variables or whatever. Here is exactly what i dotn get.

    When...
Results 1 to 11 of 11