Search:

Type: Posts; User: FJ8II

Search: Search took 0.01 seconds.

  1. Thread: C++ Books!!

    by FJ8II
    Replies
    3
    Views
    1,407

    I actually dont have Accelerated C++ but I read...

    I actually dont have Accelerated C++ but I read about it in several sites and it seems like something that would help me.

    Im not really looking for a book of whole codes. I want to have segments...
  2. Thread: C++ Books!!

    by FJ8II
    Replies
    3
    Views
    1,407

    C++ Books!!

    I looked at the books this site recommends and some other threads people posted, but Im still not sure which book I should buy. I have three books: Programming and Problem Solving with C++, C++ How...
  3. Replies
    4
    Views
    2,316

    I was so close. The Phone type thing got me lost....

    I was so close. The Phone type thing got me lost. The problem is we did things like this in class but I always forget the dumbest things.

    Thank You
  4. Replies
    4
    Views
    2,316

    A question on Pointers & Structs

    Im studying for my final on c++ and the instructor gave us some questions to study that will help us in the final exam. There is this one question that I didnt know how to solve. Here it is:...
  5. Thread: Text File Output

    by FJ8II
    Replies
    5
    Views
    1,682

    Im not sure if i get what you're saying lol...Im...

    Im not sure if i get what you're saying lol...Im kind of still a beginner...Would u write up a short code as an example please
  6. Thread: Text File Output

    by FJ8II
    Replies
    5
    Views
    1,682

    Text File Output

    I know how to read a file ad use it, but Im not sure how to open the file and output its contents on the screen.

    How can I do that in main() in a basic C++ code?
  7. Replies
    14
    Views
    1,413

    thank u...I got it now...finally I can get me a...

    thank u...I got it now...finally I can get me a couple of hours of sleep...
  8. Replies
    14
    Views
    1,413

    that makes since........ok do i call the enum...

    that makes since........ok do i call the enum function in main the same way I called the others "s1.songTitle()" ?
  9. Replies
    14
    Views
    1,413

    I coulnt solve this.... Just to let y'all know...

    I coulnt solve this....

    Just to let y'all know I dont have to use a switch statement but I have to use enum. I was just trying out the switch and I also tried if statement but I had no luck with...
  10. Replies
    14
    Views
    1,413

    this is an assignment and I have to use an enum...

    this is an assignment and I have to use an enum for three genre only. it's more of abasic program to get going.
  11. Replies
    14
    Views
    1,413

    ok thank you...I'll play around with my code see...

    ok thank you...I'll play around with my code see what I can do with this...

    other inputs would be much appreciated though....
  12. Replies
    14
    Views
    1,413

    Is there anyway that I could make it output what...

    Is there anyway that I could make it output what I have in the switch statement?
  13. Replies
    14
    Views
    1,413

    I just dont know how to call the enum function...

    I just dont know how to call the enum function and output the genre info.
  14. Replies
    14
    Views
    1,413

    I have everything for the functions and all of...

    I have everything for the functions and all of them compile with no problems. When I added the enum function I started having errors on that but the other functions still compile and run.
  15. Replies
    14
    Views
    1,413

    Help With Enum Type & Classes

    I just started doing classes and need some help with the last part of this program.
    =================
    1) In my header file I have this enum type and code (I'm posting the hole ".h" file so you know...
Results 1 to 15 of 15