by shywolf91
code::blocks
|
|
[1 reply] : Code::blocks comes with many different compilers you can test your cod... (by ResidentBiscuit)
|
generate a random number, then exclude that number from being generated again? |
|
[1 reply] : Typical approach is to shuffle the array, or if it's expensive, to shu... (by Cubbi)
|
by jokerfwb
What is wrong with my assignment operator??
|
|
[3 replies] Last: Wow. Thanks. Works fine. I have it right in several other places in th... (by jokerfwb)
|
by chriscoleo
Having some trouble with my program output
|
|
[10 replies] Last: Try http://www.cplusplus.com/articles/4z18T05o to clear screen (by histrungalot)
|
by lugiamaster
vector that grows and shrinks
|
|
[3 replies] Last: Pos=position and wd=word (by lugiamaster)
|
by tylerb1
Disable console scrolling
|
|
[no replies]
|
Initializing an object with a stream in a (!is_eof) while loop |
|
[no replies]
|
by vlc25
Class help
|
|
[1 reply] : This is nonsense, tell your teacher that this assignment is ludicrous ... (by LB)
|
by Bigjosh11
How important is it to know this?
|
|
[3 replies] Last: for(int a = 0; a <5; ++a) cout << a <<endl; return 0; This code... (by Bigjosh11)
|
Help before tomorrow.. |
|
[4 replies] Last: Oh, okay. That made it go to "Press any key to continue..." but it sti... (by closed account 2NyT0pDG)
|
by hopesfall
Need some help with some keywords
|
|
[4 replies] Last: > Need some help with some keywords Neither cout nor printf are k... (by JLBorges)
|
by paper32
Trouble with program
|
|
[4 replies] Last: now i need the triangle that this code produces to be right justified ... (by paper32)
|
by shooninjo
Deque not storing properly
|
|
[1 reply] : The why that you have it coded, it will only store a new value other t... (by histrungalot)
|
by gaggerzon
My Tic Tac Toe
|
|
[6 replies] Last: If you're making a console application, I'd recommend using a 2D array... (by MrHutch)
|
by Nalyk
Primes program.
|
|
[4 replies] Last: Haha, after posting that, I wondered if I was reading that wrong. Tha... (by Nalyk)
|
by niemi7
help with my program
|
|
[2 replies] Last: Thank you so much! it finally works! (by niemi7)
|
by ipoood
Help with Bank Account using Inheritance
|
|
[no replies]
|
by eves
help with storing input as vector!
|
|
[10 replies] Last: oh it's working now, thank you!!! (by eves)
|
How to make C++ code interact with files |
|
[1 reply] : 1. You can put functions, but if the header is included in multiple so... (by LB)
|
by malice
Player.attack(Enemy), how should I do it?
|
|
[5 replies] Last: Great point. If you have any knowledge of inheritance, now would be a... (by MrHutch)
|