by Flaze07
randomize character
|
|
[3 replies] Last: Annoyingly, random_device is not guaranteed to actually be a random de... (by Albatross)
|
Need Help Debugging my Code That Reverses the Words in a String |
|
[2 replies] Last: Thank you for helping me refine and debug my code, I realized my probl... (by RandomRestore)
|
by imohamme5
loops and classes
|
|
[2 replies] Last: Thank you, I feel so silly. cin.ignore() should always come after the ... (by imohamme5)
|
by CosminPerRam
How to integer overwrite to file?
|
|
[5 replies] Last: Anyways, i fixed it, it was a problem of ifstream myfile("elt.txt", o... (by CosminPerRam)
|
by imohamme5
Dynamic Arrays and functions
|
|
[9 replies] Last: Thanks alot! (by imohamme5)
|
by markusfurst
Enum
|
|
[2 replies] Last: Yes! Thank you @Peter87 (by markusfurst)
|
by SKREFI
I have an error, please help
|
|
[1 reply] : Hello SKREFI, With out more code it is hard to say what is happening ... (by Handy Andy)
|
by markusfurst
Set numbers in a for loop
|
|
[2 replies] Last: for (auto& e : persons) { static int n = 1; ... (by Chervil)
|
by simmons
Drawing arrows using FLTK
|
|
[no replies]
|
by tNK
Need mathmatical logic advise help
|
|
[4 replies] Last: https://www.youtube.com/watch?v=n2HiWXHhSh4 (by closed account 48T7M4Gy)
|
by MisterTams
Applying Array elements to New Array?
|
|
[4 replies] Last: JayhawkZombie, You are absolutely right. I guess I just doubled the a... (by MisterTams)
|
by markusfurst
Deleting a person from a list, list, vector<struct>
|
|
[3 replies] Last: `remove_if()' returns you an iterator, you need to `.erase()' from tha... (by ne555)
|
by biwkina
cycle shifts
|
|
[1 reply] : #include <iostream> using namespace std; int main() { int X,D,M,m;... (by biwkina)
|
by socyalista
Perfect numbers!!!
|
|
[2 replies] Last: @OP I don't want to discourage you but there aren't all that many and ... (by closed account 48T7M4Gy)
|
by kamilhassaan
Is chess a good project for OOP?
|
|
[3 replies] Last: And what about the king? What the pawn. Both are 'elastic' diamonds if... (by closed account 48T7M4Gy)
|
Regarding header file inclusion |
|
[2 replies] Last: http://stackoverflow.com/questions/301586/what-is-the-difference-betwe... (by gunnerfunner)
|
by Ganado
Overwriting byte in binary file, cross-platform?
|
|
[4 replies] Last: > I just want to be 100% sure that it is OK (cross platform) to have t... (by JLBorges)
|
by Amiplus
Substring find, replace, erase or regex?
|
|
[4 replies] Last: Another approach : #include <iostream> #include <string> #include <... (by Itago)
|
by taoyukong
Bowling game score for unlimited looping
|
|
[1 reply] : If you want it to loop infinitely, you need a while(1) {} , not just ... (by Tyler T)
|
by paperdoll
How to code in this situations
|
|
[2 replies] Last: I think so. I'm beginner, started just few months ago ;( (by paperdoll)
|