Search:

Type: Posts; User: Captain U

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,058

    why not do this. [code] #include...

    why not do this.

    [code]

    #include <iostream.h>/* add the .h then you dont need name spaces.*/
  2. Replies
    12
    Views
    6,613

    is this c++ char name; getline...

    is this c++

    char name;
    getline name;


    and this regular c


    char name[50];
  3. Replies
    33
    Views
    3,123

    Vc++6

    Vc++6
  4. Replies
    12
    Views
    6,613

    will that solve my problem?

    will that solve my problem?
  5. Poll: I'm 15 and I just started programming the problem...

    I'm 15 and I just started programming the problem is my school only owns one computer which the students are not even aloud to touch, I built my own computer about a half a year ago and that makes me...
  6. Replies
    20
    Views
    5,062

    the one on the right and keep the gloves its a...

    the one on the right and keep the gloves its a very cool touch mybe give him cargo pants?
  7. Replies
    12
    Views
    6,613

    thanks for the quick response I'm not used to...

    thanks for the quick response I'm not used to that.

    here is the code



    # include <iostream.h>
    int main ()
    {
    int number;
  8. Replies
    12
    Views
    6,613

    c++ char name;

    how do I set it that I am able to enter more than one char ex:hello, right now all I can enter is ex: a, or b ect...

    I just started programming.
Results 1 to 8 of 8