Search:

Type: Posts; User: CARBUNCLE

Search: Search took 0.01 seconds.

  1. This works thanks man!

    This works thanks man!
  2. Having Problems with char equaling another char

    I am trying to make a program.. where yo guess a word ..lets say magic. and the program will reconize the word and print it up on a chart.

    i've tried everything i can think of and its probably a...
  3. Replies
    2
    Views
    1,133

    Well...

    I figured this would a bigger problem and almost noone would know how to do it.... so i'm not surprised....
    but this is my last try....
    does anyone know how to do this???
  4. Replies
    2
    Views
    1,133

    cout

    I wish to cout<< in this case "blahhhhhhhhhhhhhhhhhhhhhhhhhh";
    in a small box in the corner of my console and only in the small box in my console...
    however i don't want to have to alter my text...
  5. Thread: Back Spacing

    by CARBUNCLE
    Replies
    9
    Views
    1,898

    Ok sorry... what i meant was..... A backspace...

    Ok sorry... what i meant was.....

    A backspace deletes spaces to the left....
    however 'delete' deletes spaces to the right...

    you explained here how to use a backspace...

    i was asking if...
  6. Thread: Back Spacing

    by CARBUNCLE
    Replies
    9
    Views
    1,898

    wuile we are on this topic how would you go about...

    wuile we are on this topic how would you go about deleting a space... instead of backspaceing??
  7. Thank you... now that i think about that.. it...

    Thank you... now that i think about that.. it makes sense
  8. this is probably a dumb question but ...

    How can i
    cout<< " \ "<<endl;

    i get errors when i cout " \ " no errors on anything else... just when i cout that particular slash... if anyone an help me out it would be appreciated
  9. Replies
    11
    Views
    1,378

    OH! ok i know how now... THANK YOU SO MUCH for...

    OH! ok i know how now... THANK YOU SO MUCH for your help everyone!!!
  10. Replies
    6
    Views
    7,265

    no no i understand how to do that.... i was just...

    no no i understand how to do that.... i was just wondering if there was a symbol...
  11. Replies
    11
    Views
    1,378

    This is my code now... it moves down diagnally...

    This is my code now... it moves down diagnally like its supposed to but it.. it just dumps all the information at the end and i don't know why...

    if anyone can help me with this it would be...
  12. Replies
    6
    Views
    7,265

    cubed symbol?

    i know you can use chr (253) for squared...
    is there one for cubed??
  13. Replies
    11
    Views
    1,378

    Here i'll show ya what i got #include...

    Here i'll show ya what i got


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

    int main()
    {

    int x=1,y=1;
  14. Replies
    11
    Views
    1,378

    ya i did

    ya i did
  15. Replies
    11
    Views
    1,378

    Thanks but..

    I'm getting this error....


    error C2065: 'gotoxy' : undeclared identifier

    maybe i'm just an idiot... or i'm missing something can you help???
    Thanks


    oh by the way i'm useing Microsoft...
  16. Replies
    11
    Views
    1,378

    Is there something like a locate command?

    I'm trying to find a way to cout "hi" in the same area of the screen repeadidly....
    like i want "Hi" to cout in the same coordinates of the screen each time... with it moving down the window....
    ...
Results 1 to 16 of 16