Search:

Type: Posts; User: TheDarKinG

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,738

    Thx guys ! i appreciate :D

    Thx guys ! i appreciate :D
  2. Replies
    13
    Views
    1,738

    no sorry , i mean the user enter his age , then...

    no sorry , i mean the user enter his age , then press enter , then nothing happen and the user needs to press enter again , the answer come up and the prog qui . but i want that the answer come up...
  3. Replies
    13
    Views
    1,738

    problem with getch()

    #include <iostream.h>
    #include <conio.h>

    void main()
    {
    int age;
    cout << "Please enter your age here -> ";
    cin >> age;
    if (age > 100)
    {
  4. Replies
    2
    Views
    1,191

    ok so only iostream got that special fct. thx m8

    ok so only iostream got that special fct.
    thx m8
  5. Replies
    2
    Views
    1,191

    Some other errors for u :)

    #include <iostream>
    #include <conio.h>

    int main()
    {
    int number;
    std::cout << "Please enter a number:";
    std::cin >> number;
    std::cout << "You entered: " << number << endl;
    ...
  6. Replies
    23
    Views
    1,845

    Ok thx to all of u :D

    Ok thx to all of u :D
  7. Replies
    23
    Views
    1,845

    OMG Dev-C++ really !!! ( note : REALLLY ) suck i...

    OMG Dev-C++ really !!! ( note : REALLLY ) suck i tested EACH codes and they all point me to the same error !! ill try another compiler for sure ..
  8. Replies
    23
    Views
    1,845

    file://localhost/C:/Documents and...

    file://localhost/C:/Documents and Settings/TheDarKinG/Desktop/Teachc/htm/ch02.htm#Heading12
    :D

    second day HELP.CPP and FUNC.CPP

    but i think its DEV-C++ the prob
  9. Replies
    23
    Views
    1,845

    I ALWAYS got that stupid error .. :mad: ...

    I ALWAYS got that stupid error .. :mad:

    c:\docume~1\thedar~1\desktop\c__~1\hellow~1\hellow~1.cpp: In function `int main()':
    c:\docume~1\thedar~1\desktop\c__~1\hellow~1\hellow~1.cpp:7: implicit...
  10. Replies
    23
    Views
    1,845

    Than its probably Dev-C++ that sux , :eek: cause...

    Than its probably Dev-C++ that sux , :eek:
    cause once again with that code i have the same error !!
    what compiler would u suggest except borland and MS stuff ?
  11. Replies
    23
    Views
    1,845

    How about this .. #include ...

    How about this ..



    #include <iostream.h>
    #include <conio.h>

    void main()
    {
    clrscr();
  12. Replies
    23
    Views
    1,845

    ok heres what i wrote ( Dev-C++ ) #include...

    ok heres what i wrote ( Dev-C++ )

    #include <iostream.h>
    #include <conio.h>

    int main()
    {
    cout << "Hello World!\n";
    return 0;
    getch();
  13. Replies
    23
    Views
    1,845

    Real newbie in need of help

    Hello ppl im new here , the subject say it all
    im beginning learning C++ and i just dont understand why does all the books and tuts dont mention the Pause thingy cause when u compile a prog it...
Results 1 to 13 of 13