Search:

Type: Posts; User: FoxeySoulSLayer

Search: Search took 0.01 seconds.

  1. TY for the help now i changed it to ...

    TY for the help now i changed it to


    #include <cstdlib>
    #include <iostream>
    #include <cstring>
    #include <cctype>

    using namespace std;
    const int SIZE = 1001;
  2. A little lost and confused with my pointers :/

    ok in this program I'm trying to make the pointer variable totalW a function parameter that will return the number of w's found in the string entered by the user but it doesn't seem to work ....I...
  3. Replies
    1
    Views
    1,336

    Program not reading file input :?

    The following it code for my programming assignment with one problem that I know of and maybe some i don't....The problem I'm asking for help with is getting it to read the file input to use as...
  4. Replies
    9
    Views
    1,386

    yes and y wont it work:? is it because i need and...

    yes and y wont it work:? is it because i need and else for the if's by chance?
  5. random number gen & looping probelm :?

    ok in the following code I'm trying to make the program print the array and sum it up for each row and column. In addition to that use a random number for each item in the array....I only get the...
  6. Replies
    9
    Views
    1,386

    well what u put seems to make some sense to...

    well what u put seems to make some sense to me...and after i tried modifying the code I got:

    111111111111 Press any key to continue . . .

    for output instead of:...
  7. Replies
    9
    Views
    1,386

    so if i change the if...

    so if i change the


    if (fileInput[SIZE][SIZE2] = 1){
    checkPen(position);
    }
  8. Replies
    9
    Views
    1,386

    What is wrong with this 2d array?

    The goal is to print a array w/either "1" , nothing " ", but I'm trying to make it into and If statement so it will do one or the other not both......becuase regardless of what the file says is...
  9. Well it would be reading simple commands number...

    Well it would be reading simple commands number with spaces like and one w/coma: 1 4 3 2 1 5,11 ....that kinda of file input...if you could make a piece of example code for me....it would make what...
  10. Two dimensional array that reads file input

    Okay I'll be honest I have that moving turtle assignment.....and I DON'T WANT THE ANSWER TO IT.....all I want is a general direction as to how to start it and make the program read a file and then...
Results 1 to 10 of 10