Search:

Type: Posts; User: rigo305

Search: Search took 0.01 seconds.

  1. Replies
    27
    Views
    16,923

    like u said i should use iostream not...

    like u said i should use iostream not iostream.h
    goes same way for conio.h? should i use conio alone?
  2. Replies
    27
    Views
    16,923

    k i will i like the first brace style better

    k i will
    i like the first brace style better
  3. Replies
    27
    Views
    16,923

    o really.....thx didnt know

    o really.....thx
    didnt know
  4. Replies
    27
    Views
    16,923

    THX a lot i got it to work like this ...

    THX a lot i got it to work like this


    #include <iostream.h>
    using namespace std;
    int main()
    {
    int x;
    for(int x=0;x<2;x++)
    {
  5. Replies
    27
    Views
    16,923

    o ic so i can write is using namespace std;...

    o ic
    so i can write

    is
    using namespace std; //at the top right?
  6. Replies
    27
    Views
    16,923

    what does std:: mean? EDIT: is it needed?

    what does std:: mean?
    EDIT: is it needed?
  7. Replies
    27
    Views
    16,923

    oo great thx ic know

    oo great thx ic know
  8. Replies
    27
    Views
    16,923

    i need help again......how would i make this loop...

    i need help again......how would i make this loop 2 times?
    thx for helping peoples


    #include <iostream.h>
    int main()
    {
    int x;
    x=0;
    do
  9. Replies
    27
    Views
    16,923

    what is the point of LOOPING? what can it be...

    what is the point of LOOPING?
    what can it be used for?
  10. Replies
    27
    Views
    16,923

    k thx i got the idea now

    k thx i got the idea now
  11. Replies
    27
    Views
    16,923

    jeez thx anyways

    jeez thx anyways
  12. Replies
    27
    Views
    16,923

    im extreamly new help

    in the FIRST tut. it says to put this


    #include <iostream.h>
    int main()
    {
    cout<<"HEY, you, I'm alive! Oh, and Hello World!";
    return 0;
    }
Results 1 to 12 of 12