Search:

Type: Posts; User: dragon_man

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,449

    Linking Error

    While compiling a windows api I am constintaly getting a linking error in Microsoft Visual C++ 6.


    --------------------Configuration: testing - Win32 Debug--------------------
    Linking......
  2. Replies
    3
    Views
    1,438

    Accepting Decimals

    Is there a library or header file that gives a command that accepts decimals? I have been trying to get decimal input from the user but when I output it, it only prints the numbers before the...
  3. Thread: Classes

    by dragon_man
    Replies
    12
    Views
    1,277

    You could probably learn more from bad internet...

    You could probably learn more from bad internet tuts. I use to use Sams, it sucks ;)
  4. Replies
    14
    Views
    1,705

    What does the using namespace std; Thing...

    What does the
    using namespace std; Thing mean:confused:
  5. Replies
    2
    Views
    1,189

    Thanks

    Thanks
  6. Replies
    2
    Views
    1,189

    Trapping input

    Im kinda newbish right now, but is there a way to stop people from entering the wrong type of input?




    main()
    {
    int a;
    cout << "Enter a number";
    cin >> a;
Results 1 to 6 of 6