Search:

Type: Posts; User: jongmin

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,974

    Now it makes sense.. I had no idea about '8' -...

    Now it makes sense.. I had no idea about '8' - '0' == 8
    Thank you very very much.
  2. Replies
    5
    Views
    3,974

    Question in getint #2

    Can someone please help me understand the code in bold below?
    I can't understand what it's doing...



    #include <ctype.h>
    #include <stdio.h>

    int getch(void);
    void ungetch(int);
  3. Replies
    2
    Views
    1,709

    Thank you very much for your quick response!

    Thank you very much for your quick response!
  4. Replies
    2
    Views
    1,709

    question in getint

    Hello all. I am trying to figure out how ? affects the code.
    Can someone please help?
    Thank you in advance.



    #include <stdio.h>

    #define BUFSIZE 100
  5. Replies
    4
    Views
    1,177

    Oh!!! Thanks!!!! :) Of course I've tried...

    Oh!!! Thanks!!!! :)

    Of course I've tried
    system ("command"); :confused:
    and it didn't work. Since I am really new to C++, please forgive my igrnorance.
    Thank you very much everyone!!
  6. Replies
    4
    Views
    1,177

    Thanks for your help. I got much further than...

    Thanks for your help. I got much further than before but it seems it would only ECHO and not running the command line.
    Any idea?
  7. Replies
    4
    Views
    1,177

    How to pass variable to windows system?

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

    using namespace std;

    int main(int argc, char *argv[])
    {
    char comp_name [20];
    system("cls");
    cout << "Please enter computer name: " ;
  8. Replies
    2
    Views
    1,096

    How to pass variable to Windows System?

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

    using namespace std;

    int main(int argc, char *argv[])
    {
    char comp_name [20];
    system("cls");
    cout << "Please enter computer name: " ;
Results 1 to 8 of 8