Search:

Type: Posts; User: Rumproast23

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    5,081

    Exactly. I appreciate the help but that link did...

    Exactly. I appreciate the help but that link did not solve the problem.
  2. Replies
    10
    Views
    5,081

    Uhh I am not too familiar with that much c++ or...

    Uhh I am not too familiar with that much c++ or at least all the STL Standard Templated Libraries.


    This is java but I feel I can get help for this particular problem I am having despite it being...
  3. Replies
    10
    Views
    5,081

    preventing same random numbers in JAVA

    This is actually something I need help with in a java assignment. But I am pretty sure the concept is similar to C++. In other words if you know C++ you can probably help me with this minor set...
  4. I'm surprised people brought up system pause but...

    I'm surprised people brought up system pause but not cin.ignore().

    Try putting cin.ignore(); at the end of your program and that should make the window stay open. Dev-C++ was the first...
  5. Replies
    8
    Views
    3,000

    Oh so your saying I could write any program in...

    Oh so your saying I could write any program in any language on linux/unix like C++ but it will be slightly different in commands?
  6. Replies
    8
    Views
    3,000

    thanks. But what is unix/linux programming??

    thanks. But what is unix/linux programming??
  7. Replies
    8
    Views
    3,000

    What exactly is unix/linux programming?

    I never really knew what people mean when they mention unix/linux programming? Is unix some kind of language? I assume its an operating system. But if thats true then what does it mean to learn...
  8. yes to be honest I was confused lol. Remember I...

    yes to be honest I was confused lol. Remember I may not be bare bottom new but im still really new. I consider this my rough assignment copy Ok ill post my acutal output for you in tags and my...
  9. you mean.....having the user input how many...

    you mean.....having the user input how many properties and then try to figure out something from there??
  10. This one simple thing I cant do for my assignment need help

    Hello I have an assignment that I pretty much finished heres some of the output is as follows:


    Property Type: RNT
    Cost: 1500 dollors
    Contains: 2 bedrooms
    Days On Market: 20 days
    Address: 560...
  11. Replies
    15
    Views
    3,214

    How do you use libraries with languages? If they...

    How do you use libraries with languages? If they are compatible with the language do you just "#include" it? And must you learn the commands of the library once you include it? I was never clear...
  12. Replies
    15
    Views
    3,214

    hey Raven Arkadon if you know open GL would you...

    hey Raven Arkadon if you know open GL would you have to learn open al? or is open al part of Open gl?


    Thanks
  13. Replies
    15
    Views
    3,214

    Hey thanks alot you guys. Awesome book...

    Hey thanks alot you guys. Awesome book recommendations. Yeah my first step is going to be taking some more C++ classes because I honestly know im not that confortable with C++ yet. I have made a...
  14. Replies
    15
    Views
    3,214

    Confused on how the game process works

    Ok ive been confused for a while and I still am as to how making a game works. Ok so what should i do after I learn c++?? Is it possible to make your own simple games with just pure C++ programming...
  15. Just want some clarification on some game related things

    I was just wandering what is console graphics? Is it graphics that are created by programming commands? And how far can you take console graphics...meaning...once you start making side scroller...
  16. Hmmm...Well just as long as I can contribute to...

    Hmmm...Well just as long as I can contribute to video game companies in other ways I will be very happy. In other words if I can design and create the hardware for a new video game system that would...
  17. Thanks for all your replies! I think i will take...

    Thanks for all your replies! I think i will take the computer engineering route. All those useless courses are there for General ED that is required for this degree. What really gave me the red...
  18. Thanks for everyones input so far. I have the...

    Thanks for everyones input so far. I have the standard class outline for the game and simulation BA degree. Does this outline look well rounded to you guys?

    First semester
    -critical thinking...
  19. Need some suggestions on what degree to go for for game programming

    Hello. I was thinking of becoming a video game programmer. And i was wondering if it would be a wiser choice to get a BA in computer engineering instead of a BA in Game and simulation programming. ...
  20. Replies
    6
    Views
    1,315

    Hey thanks everyone! to the person that...

    Hey thanks everyone!

    to the person that replied to me about taking C++:data structures....I think its more of an error handling course and techniques. Its the third course after taking C++ I...
  21. Replies
    6
    Views
    1,315

    Thanks! but minor problems. I get an error that...

    Thanks! but minor problems. I get an error that says... variable std::stringstream ss` has initializer but incomplete type. Also does this definition allow for words to be added on to the stack?...
  22. Replies
    0
    Views
    777

    need help with data structure

    My assignment is to create a first in last out data structure but it must be able to take floats and strings. function overloading is supposed to be used for the push() method. I tried figure out...
  23. Replies
    6
    Views
    1,315

    need help with data structure

    My assignment is to create a first in last out data structure but it must be able to take floats and strings. function overloading is supposed to be used for the push() method. I tried figure out...
Results 1 to 23 of 23