by dfish565
Ignoring punctuation when copying cstrings
|
|
[6 replies] Last: Duoas, I know but this is for an assignment at school and we are requi... (by dfish565)
|
by hooshdar3
statement position
|
|
[16 replies] Last: Let's simplify the snip char buffer ; char *ptr = NULL; ptr = new ch... (by ne555)
|
by r2dusoft
How can Build a program like UPX?
|
|
[4 replies] Last: If you are using Windows, there is no reason why Microsoft Essentials ... (by Duthomhas)
|
Twin primes program |
|
[4 replies] Last: On the other hand you know that if primesCount is greater than one, ... (by handoftheking)
|
by th3jester
lexicographic order!
|
|
[2 replies] Last: There are several problems. First off your program flow is wrong, yo... (by Codermik)
|
by cavendert
Structures and Arrays
|
|
[5 replies] Last: oh.....cool. thanks! (by cavendert)
|
by th3jester
Need some help with a sortment
|
|
[1 reply] : stop (by helios)
|
by the411
How to sort integers in a stack in ascending order
|
|
[6 replies] Last: You don't need more than one additional stack. (by Duthomhas)
|
by zxrp
Counting number of occurences of a word in a text file
|
|
[6 replies] Last: http://rextester.com/MXBHP77365 (by Smac89)
|
by vlkon
Handling C++11 <random> - separate class and *.cpp file
|
|
[4 replies] Last: I think that you've got some typos. Missing semicolon on line 16 rand... (by ne555)
|
by judo11
How to count the students who got the highest and lowest score?
|
|
[2 replies] Last: Thank you sir I learned a lot from you. (by judo11)
|
by Mats
Pathfinding
|
|
[11 replies] Last: You can initially copy the data stored in the grid into arrays of x,y... (by keskiverto)
|
by hooshdar3
A code that doesn't work
|
|
[4 replies] Last: cout <<strlen(audioBuffer); outputs 50972 and audioBuffer is defin... (by hooshdar3)
|
by ColtonBoyd
Unexpected Output
|
|
[3 replies] Last: a) ok b) i didnt say use the namespace called std. i said that specifi... (by Little Bobby Tables)
|
by Anns
Void pointer
|
|
[12 replies] Last: Thanks. Here thing is that A.cpp includes B.h also. (by Anns)
|
Socket Programing |
|
[2 replies] Last: I think we can cheat a little bit, use the specific URL instead of inp... (by lsk)
|
by Angeldromeda
Binary search tree (Distance from node to root)
|
|
[3 replies] Last: Kind of that, does it work as you want ? (by lsk)
|
by n4nature
Dynamically allocate array of strings
|
|
[6 replies] Last: Another way is like this: int *data = new int [width * height]; int ... (by joe7)
|
'SFML/Audio.hpp' file not found ? |
|
[3 replies] Last: Thank you both so much. It turns out I had messed up a bit because I d... (by closed account j1CpDjzh)
|
by zxrp
Counting number of occurences of a word in a text file [UPDATED]
|
|
[1 reply] : That shouldn't compile. Fix that then try again. BTW, std::toupper() o... (by Duthomhas)
|