Search:

Type: Posts; User: ToasterPas

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    937

    Some gaming graphics help

    Hello all! I'm trying to figure out how I can code a world like the old 8-bit games that used tiles as movement. I'm looking for some coding examples on dividing the screen into tiles and loading...
  2. Replies
    4
    Views
    1,121

    Thanks for the help guys. Unfortunately, I'm on...

    Thanks for the help guys. Unfortunately, I'm on no budget at all, so I can't upgrade my software. I've tried not using the .cpp files while compiling, but that makes the situation worse.
  3. Replies
    4
    Views
    1,121

    Whoops...

    I forgot to add that it's in the MP4 files link.
  4. Replies
    4
    Views
    1,121

    MSVC std error

    I'm trying to compile a program using MSVC for one of my classes and I'm getting 26 errors. I know that the files that we were given are correct (and those are the ones I'm having a problem with). ...
  5. Replies
    4
    Views
    4,103

    I can't keep floating point decimals because I'm...

    I can't keep floating point decimals because I'm trying to convert the Slope-Intercept Form of a line to General Form. Slope-Intercept is:

    y = mx + b

    and General Form is:

    Ax + By = C

    You...
  6. Replies
    4
    Views
    4,103

    Decimals to Fractions

    Is there any way to convert decimals to fractions in C++? Some sort of function? For example, how can I get the computer to know that 2.5 = 5/2 ?

    I'm trying to write a program that will convert...
  7. Replies
    6
    Views
    1,187

    Thanks much!

    Thanks much guys! I really appreciate the help. :-)
  8. Replies
    6
    Views
    1,187

    String Functions

    I'm trying to write some code that will allow me to read in a character array from the user. I managed to get something that will read everything (up to the specified length), including spaces. ...
  9. Replies
    10
    Views
    4,318

    Reversing a String

    I'm trying to write a function that will return the reverse of a character array or string. Here's how I want everything to work out:

    1). The user is asked for a string/character array.
    2). The...
Results 1 to 9 of 9