Search:

Type: Posts; User: Joe123

Search: Search took 0.01 seconds.

  1. jeese dont gotta be so mean about it

    jeese dont gotta be so mean about it
  2. Could someone possibly take a look at this?

    #include <iostream>

    using namespace std;

    // Prototype for function displayinfo
    void displayInfo(int info [3] [3]);

    int main()
    {
    int info[3][3];
  3. Replies
    1
    Views
    866

    Is their something wrong here?

    #include <iostream>

    using namespace std;

    void displayScores(const int scores[], int size);
    int numPassing(const int scores[], int size);

    int main()
    {
    int scores[] = {0, 11, 22, 33, 44,...
  4. Replies
    1
    Views
    1,069

    Hey i was thinking? password cracker?

    Im not sure if this is against forum policy, but im planning on making one with an educational thought.. How would i go upon doing this? it seems that the only way i could think of doing is..
    ...
  5. Replies
    5
    Views
    1,101

    bump

    bump
  6. Replies
    5
    Views
    1,101

    can you show me how its supposed to look then? im...

    can you show me how its supposed to look then? im still kinda lost :confused:
  7. Replies
    5
    Views
    1,101

    Can someone please take a look at this

    #include <iostream>
    #include <cassert>
    #include <fstream>
    #include <string>
    #include <iomanip>
    using namespace std;

    //Function Prototypes.
    void openFiles(ifstream& infile);
    void...
  8. Replies
    2
    Views
    2,025

    Can someone help me im totally stumped

    #include <iostream>
    #include <string>
    using namespace std;

    int main()



    {
  9. Replies
    1
    Views
    914

    Here is my code I cant figure it out

    //Problem is i cant get my inches left over i cant think in my head what i have to do!!!!! ive gotten this far



    #include <iostream>

    using namespace std;

    //CONSTANTS
    const double...
  10. Replies
    10
    Views
    2,624

    because of the degree of difficulty

    because of the degree of difficulty
  11. Replies
    10
    Views
    2,624

    Hey can someone please help me out

    Im running into a dilema with a c++ question..

    If you can please im me at noseshuvit thats my aim sn. Thx its about convering inches to centimeters.. Then inches to yards then feet then inches.. I...
Results 1 to 11 of 11