Search:

Type: Posts; User: Vorkosigan

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    863

    Help with DEV-C++ compiler

    I have the DEV-C++ compiler and i get a linking error when ever i use any functions from the CONIO library.
    I get "[linking error] undefined reference to 'function' "

    any one know why this...
  2. Replies
    5
    Views
    3,928

    Arrow key input?????

    How do you get input for the arrow keys??? I tried getche() and it gave me a weird a that kinda looked like a fish sign. and i tried the FAQ's. (That search tool is so unhelpfull that it has no...
  3. Replies
    3
    Views
    913

    Libraries question

    Is there any website or somthing that has a complite list of universal C++ libraries and the commands they contain???????
  4. Replies
    3
    Views
    1,711

    Can't understand FAQ

    what library and command do i need to get a random number between number x and number y? I am using a DEV C++ compiler if that makes anydifference. I looked in the FAQ and they dont address this...
  5. Thread: Looping

    by Vorkosigan
    Replies
    2
    Views
    1,558

    Looping

    How do you get a certain part of code to keep looping till a string a characters are entered??

    <tag>
    cout << "Enter a value:" << endl;
    cin >> a;
    cout << "Enter the desired...
  6. Replies
    2
    Views
    1,480

    category of Math signs???

    what category do mathmatical signs fall under?

    I'm very new to C++, i'm trying to make a calculator. How do you get it to read math signs as input like intergers??


    enter first value:
    ...
  7. Replies
    8
    Views
    201,847

    How to System"pause in C++

    I'm very new to C++

    in C you put system("pause") at the end before return 0.

    How do you do that in C++?


    I have my answer Thanks
  8. Replies
    1
    Views
    917

    If, then with + and -, question

    ok I'm vedry new to C. I know if you want to use an interger vairiable you put scanf("%d", X) then you put if X = 2 then do this.

    how do you put if X = + or X = -?

    what are the mathmatical...
Results 1 to 8 of 8