Search:

Type: Posts; User: k1ll3r

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    944

    thanks!:)

    thanks!:)
  2. Replies
    2
    Views
    944

    How to check if char = "wateva"

    hi,

    in my program it asks the user a question, the answer the user types is in a word format not a number or digit(eg: Twenty not 20)
    The problem is i dont know how to check weather the answer...
  3. Thread: random number

    by k1ll3r
    Replies
    6
    Views
    1,023

    random number

    i looked at the tutorials of generating random numbers and it was too hard to understand:(.I just want one random number to be generated at the start of the program between 1 and 100 inclusive could...
  4. Replies
    41
    Views
    6,253

    recently i got a book on c++ for beginners and it...

    recently i got a book on c++ for beginners and it says "teaches you everything you need to know to become a professional programmer." So after i read this book (understand it aswell) i would get...
  5. Replies
    41
    Views
    6,253

    ouch, is it like learning a whole new...

    ouch, is it like learning a whole new language?(ie:there is no cout function?and is something totally different)
    Also what can i achieve from making a DOS program?
  6. Replies
    41
    Views
    6,253

    programing in DOS?

    hi,
    i am a beginner in programming and i have a fair knowledge of what iam doing and i have 1 concern that is, i have been programming in DOS (i use dev c++ compiler) for a while now and iam just...
  7. Thread: Loop Loop...

    by k1ll3r
    Replies
    14
    Views
    1,545

    lol :p

    lol :p
  8. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    thanks laserlight!

    thanks laserlight!
  9. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    wow i didnt expect to see that many replys thanks...

    wow i didnt expect to see that many replys thanks all--now back to the subject, citizens code worked but its kinda long and hard to understand could it be umm simplified?
  10. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    thank for the help ne way

    thank for the help ne way
  11. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    maybe it has something to do with the compilers?i...

    maybe it has something to do with the compilers?i have no clue
    btw:im using dev tool c++
  12. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    do this so: Code: #include ...

    do this so:



    Code:
    #include <iostream>
    #include <string>

    using namespace std;
  13. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    i did try std::cin.ignore(); and i have tried a...

    i did try std::cin.ignore(); and i have tried a hello program :)
    Adding std::cin.ignore(); just makes the first letter i type invisible and then the next letters in lowercase.
  14. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    i just want the letter/s i type to appear in...

    i just want the letter/s i type to appear in capital letter
  15. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    the first code printed the letter in lower case...

    the first code printed the letter in lower case and the second code closed it when i press a letter
  16. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    doesnt work the first code printed the letter...

    doesnt work

    the first code printed the letter in lower case and the second code closed it when i press a letter
  17. Thread: letter to upper

    by k1ll3r
    Replies
    30
    Views
    3,154

    letter to upper

    hi im trying to make it when the player types a letter it will be uppercase...it compiles and runs but does not convert to uppercase... heres the code:


    #include <iostream.h>
    #include <ctype.h>...
  18. Replies
    4
    Views
    1,984

    console application...

    hi im new and i was just wondering what console application is used for, and is it the same coding for a windows application also is it possible to make a game with dev c++ compiler?
  19. Replies
    12
    Views
    1,955

    i know i ask too many question(and is annoying)...

    i know i ask too many question(and is annoying) but here is my final code and it works, but how would i make it if the user answers the question right it will show another question similer to the...
  20. Replies
    12
    Views
    1,955

    sorry i mean this code closes it when i write a...

    sorry i mean this code closes it when i write a number then press enter:

    std::cin.get();
  21. Replies
    12
    Views
    1,955

    thanks so much but theres one problem, when i use...

    thanks so much but theres one problem, when i use
    std::cout.get(); it will close the program when i press enter, on the other hand if i put
    system("pause") it wont close it
  22. Replies
    12
    Views
    1,955

    beginner question

    hi, im trying to make this thing that asks you a maths question and you have to type the correct answer, if u type it write it will say correct, if u type it wrong it will say incorrect(or you are...
  23. Replies
    13
    Views
    1,423

    so i shouldn't use system("pause"); and use ...

    so i shouldn't use
    system("pause"); and use
    std::cin.get(); right?
  24. Thread: Learning

    by k1ll3r
    Replies
    17
    Views
    2,241

    u can get a compiler from here...

    u can get a compiler from here
  25. Replies
    13
    Views
    1,423

    thank you!@ #include int...

    thank you!@


    #include <iostream>

    int main()
    {

    int var = 50;
    std::cout << var;
Results 1 to 25 of 29
Page 1 of 2 1 2