Search:

Type: Posts; User: rvbplayer123

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,747

    C++: Writing game program...Rogue-Like? Import x,y Cords

    I'm writing a rogue like game for my cs class. Everything is running fine but I need to import the walls for the game. The coordinates for the walls are in 3 text files. How do I inport it to the...
  2. Thank you for your answer!!

    Thank you for your answer!!
  3. Thank you for your answer but I don't understand...

    Thank you for your answer but I don't understand it. I'm using a loop to solve this problem
  4. C++: Simple array manipulating Using 1D & 2D Arrays?

    Hello, I'm writing a program that inserts a 1D array into a specific location in a 2D array.
    How do I insert it:



    int array[][MAX_COLS] = {{2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22 },
    {4, 8,...
  5. Replies
    6
    Views
    1,567

    I'm sorry. This course is really frustrating....

    I'm sorry. This course is really frustrating. Thank you for your answers! I'll figure it out.
  6. Replies
    6
    Views
    1,567

    Wow! Your answers were excalty what I needed. So...

    Wow! Your answers were excalty what I needed. So helpful. Instead of pointing out my mistakes, how about maybe give a good answer.
  7. Replies
    6
    Views
    1,567

    C++:Simple program using 2d arrays?

    I'm writing a simple program that puts a string in some order like:
    The string is "Once upon a time"
    My program has to put each word in a new line when it reads a space:
    Once
    upon
    a
    time
    But,...
  8. Replies
    2
    Views
    1,152

    Decoding and Encoding from file?

    I have to decode and encode data from a file
    I just finished the decoding part. There is a file containing 5-6 digits integers that be separated by even or odd and then the even integers decoded to...
  9. Replies
    1
    Views
    2,161

    C-style strings and arrays?

    I trying to read data from a file to a c-string, then go through the string and convert the ascii chars to 5 to 6 digits numbers, but im having trouble.
    The file looks looks like this: computer...
Results 1 to 9 of 9