Search:

Type: Posts; User: the_lumin8or

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,972

    Hmmm...thanks so much for your explanation! I...

    Hmmm...thanks so much for your explanation! I understand what you're saying, but I'm having a lot of trouble implementing the ideas into the code...is this even considered a start for the sort?

    ...
  2. Replies
    7
    Views
    1,285

    Haha, I'm not programming C++ for Windows, this...

    Haha, I'm not programming C++ for Windows, this is only my second programming class at school and I'm just trying to see if there's anything out there that would be better than using crappy pico...
  3. Replies
    7
    Views
    1,285

    General Compiler/Editor Question

    Hey, this whole time I have been using Unix (pico, g++ compiler) through Putty on my school's server.

    Now I was told by someone that it's much easier writing C++ programs in Microsoft Visual...
  4. Replies
    3
    Views
    1,972

    Sort by population or area

    Hey guys, I'm supposed to write a program that takes census information from a file provided by the user and sort it by population or area.

    I think I did most of the functions correctly, but I'm...
  5. Replies
    2
    Views
    1,514

    Thanks! I'll take a look at that.

    Thanks! I'll take a look at that.
  6. Replies
    2
    Views
    1,514

    Sorting Structs and Debug Help!

    Hey, I am currently writing a "grade book" program for my first year programming class. I'm pretty sure most of my code is correct but I'm having trouble with my sort function. Basically, I want to...
  7. Replies
    8
    Views
    1,719

    Alright guys, I have a few questions about this...

    Alright guys, I have a few questions about this chunk of code.

    1) When I try to increment the "x" or "o" variable and display the winner at the end of each game, it displays "Stalemate"...
  8. Replies
    8
    Views
    1,719

    Thanks 0x90! That really helped! So the program...

    Thanks 0x90! That really helped! So the program compiles, but I am getting a bunch of garbage when I run the program....I'm really stuck here.

    Here is some of the results I'm getting when I...
  9. Replies
    8
    Views
    1,719

    Tic Tac Toe!

    Alright, so I went to my school's CS tutoring center and that really helped me out. Now I'm not sure if this program is set up correctly and what not, but I think I got the basic idea. This is a...
  10. Replies
    11
    Views
    1,489

    Thanks for being a total douche about it...

    Thanks for being a total douche about it Salem...I'm sure you picked up everything right away while learning C++ as well. I came here for help, not for someone (especially with that high of a post...
  11. Replies
    11
    Views
    1,489

    I'm terrible at programming right now....can some...

    I'm terrible at programming right now....can some one please give me some more insight on getting started. I don't even know where to begin. I have a lot of trouble with the structure but I can...
  12. Sorry, I mean't "count++" for all of them!

    Sorry, I mean't "count++" for all of them!
  13. Please don't laugh...SIMPLE loop question!

    Alright so one of the questions in my book asks....

    "Consider the following program segment:


    count = 0;
    for (i = 0; i < n; i++)
    {
    cin >> x;
    if (x & i == 0)
  14. Replies
    11
    Views
    1,489

    Tic Tac Toe...Help getting started!

    Hey guys, I'm still in the beginning stages of learning C++ and my newest assignment is to write a two player tic tac toe game. I am not asking you to write the program for me, I would just like you...
  15. Replies
    10
    Views
    1,548

    Ah, I see Daved...my float and int's were...

    Ah, I see Daved...my float and int's were switched around...Thanks!

    And 7stud, your odds were incorrect....that was quite a n00bish phrase I said. I was really wondering how to set up the...
  16. Replies
    10
    Views
    1,548

    Alright does anyone know what I should do from...

    Alright does anyone know what I should do from here? I have no idea if this is right...I keep getting this error when I try to compile it.



    Undefined first referenced
    ...
  17. Replies
    10
    Views
    1,548

    Thanks, but I think I need more of a basic...

    Thanks, but I think I need more of a basic walkthrough...like how to create the functions an stuff like that.

    If any of you guys could help, I would really appreciate it.
  18. Replies
    10
    Views
    1,548

    Please help me get started!

    Ahhhh...well I got this homework assignment for the weekend and I really don't understand loops and how they work. If anyone could please point me in a direction to get started on this assignment, I...
  19. Replies
    7
    Views
    1,047

    Eh, I'm still clueless as to what to do.... ...

    Eh, I'm still clueless as to what to do....

    7stud, sorry my code is sloppy, I'm using putty to write the code for my class and it doesn't automatically indent.

    I think there is an issue with...
  20. Replies
    7
    Views
    1,047

    Okay, I got this far...but I'm not getting the...

    Okay, I got this far...but I'm not getting the same answers shown in the sample on the link.

    Sorry if my code is long, I'm just a beginner!

    Any suggestions?

    Thanks in advance!
  21. Replies
    7
    Views
    1,047

    Thank you for the quick reply...I'll take a look...

    Thank you for the quick reply...I'll take a look at this!
  22. Replies
    7
    Views
    1,047

    C++ Program, please help!

    Hey guys, I was wondering if you could help me out on an assignment I have to do for my introductory programming class.

    Here is the link to the assignment:
    ...
Results 1 to 22 of 22