Search:

Type: Posts; User: RP319

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,655

    Not really sure how to implement this. I guess...

    Not really sure how to implement this. I guess that is where I am running into issues. I for some reason am having trouble conceptually understanding what needs done.

    :confused:
  2. Replies
    3
    Views
    1,655

    Removing Duplication from Matrix Rows.

    What I am trying to do is create a random 9x9 matrix. Ultimately working towards randomly generating a Sudoku puzzle. I am very new to array usage/manipulation so this problem is baffling me.

    If...
  3. Replies
    2
    Views
    1,305

    Haha... It has been a long day. Thanks a lot...

    Haha... It has been a long day.


    Thanks a lot for the help . :o
  4. Replies
    2
    Views
    1,305

    Weird Error. Please Help.

    Well basically I am supposed to create a program that reads a specific file and counts the words,lines, and paragraphs (Paragraphs are considered to be anything with a full line of blank space...
  5. Replies
    18
    Views
    1,929

    Ok, well thank you. The only thing that...

    Ok, well thank you.


    The only thing that still baffles me is that it is reading in every line in the txt document. Just placing whatever word searched.

    Thanks for the help though :cool:
  6. Replies
    18
    Views
    1,929

    All this seems to do is count every single line...

    All this seems to do is count every single line and imply that whatever is searched for is located on every line. And it reads through the entire document and prints.

    However it still is failing...
  7. Replies
    18
    Views
    1,929

    Well how would I implement that, in the code I...

    Well how would I implement that, in the code I have placed above?
  8. Replies
    18
    Views
    1,929

    Well trying to replace the getline in my program...

    Well trying to replace the getline in my program results in compile errors. Just not sure on how to work it. :eek:
  9. Replies
    18
    Views
    1,929

    Need help with reading in files.

    Well, Ive been struggling trying to get a few of these concepts to work using the getline command and others.


    I want to allow a user to enter any search string, including blanks.

    **Ive done...
  10. Replies
    3
    Views
    1,941

    Still having trouble actually showing the output...

    Still having trouble actually showing the output to the screen.

    Not familar with the peek command and a few others. Is there another way of implementing those.

    Presently the code wont read in...
  11. Replies
    3
    Views
    1,941

    Need help on String Searching.

    Basically in this program I am opening a text file (most likely a book or something).

    I want the user to enter in a word or phrase they wish to search for. Then I want to output the file that...
  12. Replies
    10
    Views
    4,654

    Hmm, Wow thanks a ton. I guess the only thing...

    Hmm, Wow thanks a ton.

    I guess the only thing im really confused on thus far, is how can i get it to ask the user for what file input they want?

    Instead of having it already in the program.
  13. Replies
    10
    Views
    4,654

    Any ideas on what exactly is causing my compile...

    Any ideas on what exactly is causing my compile errors, Or what should be done to fix this issue.
  14. Replies
    10
    Views
    4,654

    Yeah, I was having troubles with errors. Was not...

    Yeah, I was having troubles with errors. Was not sure If I could pass by reference on arrays or what have you.

    The eleven is just a mistake on my part ... Thinking 0- 11 = 12. However I guess 0 -...
  15. Replies
    10
    Views
    4,654

    Need Help With Array Function

    I've been trying to complete a program to the following specs. Although a lot of it is stumping me, and im wondering what im doing that is incorrect.

    Below is basically what needs to be done.
  16. Replies
    5
    Views
    1,879

    Stupid Logic Problem Need Outside Viewpoint

    Well basically I need to find a way to fix this problem I keep on having.

    Here is my code.





    Triangle calculateTriangleType(int &sOne,int &sTwo,int &sThree)
    {
  17. Replies
    8
    Views
    2,523

    Wow thanks a lot for the great detail in...

    Wow thanks a lot for the great detail in explanation and help thus far. It has helped me greatly actually understand what their purpose is and how they are implemented. :D

    Thank you ALL very...
  18. Replies
    8
    Views
    2,523

    Still very lost as to where the switch statement...

    Still very lost as to where the switch statement gets placed as well as the placement of other items mentioned.

    This is how it looks at the moment.

    How exactly do I use this switch statement to...
  19. Replies
    8
    Views
    2,523

    Where is that placed , is basically my confusion?

    Where is that placed , is basically my confusion?
  20. Replies
    8
    Views
    2,523

    Having trouble implementing enumeration.

    I'm supposed to use Enumeration (Switch Statements) to determine from the user input three values which type of triangle is used. A Isoceles , Scalene, Equilateral, and last but not least values that...
  21. Replies
    6
    Views
    947

    Durrr, Haha thanks everybody. Simple Logic...

    Durrr, Haha thanks everybody. Simple Logic Errors. :mad:

    Thanks a lot for the help.
  22. Replies
    6
    Views
    947

    Need Help Rotating these values.

    My goal with this program is to get input for four values.
    (A, B , C , D) and just rotate them so that:
    A ----> B
    B ----> C
    C-----> D
    D-----> A
    However in my program, all my code appears...
  23. Replies
    11
    Views
    1,787

    Awesome, Thanks a ton! I knew it was something...

    Awesome, Thanks a ton! I knew it was something minor I just couldn't handle sitting there any longer. Needed some outside input. Thanks for all who helped. :cool:
  24. Replies
    11
    Views
    1,787

    Still isn't compiling. Not sure at all what else...

    Still isn't compiling. Not sure at all what else to do.
  25. Replies
    11
    Views
    1,787

    Won't Compile while using : return p * pow (...

    Won't Compile while using :
    return p * pow ( (1+ (i / q))), (n * q)) );

    :(
Results 1 to 25 of 28
Page 1 of 2 1 2