by kerilius
Storing a fixed set of odd numbers between a given range and adding the sum of what is stored.
|
|
[1 reply] : From what I see the logic for what you are trying to accomplish is wro... (by Azagaros)
|
by drk86
help not counting multiple spaces as words
|
|
[1 reply] : I will give these suggestions to this. First think about the problem.... (by Azagaros)
|
by MrProgrammer
Deleting pointers of primitive types
|
|
[7 replies] Last: > If you're reusing it, however, then setting it to NULL to indicate t... (by JLBorges)
|
by whatisjeff
Slot machine help?
|
|
[8 replies] Last: Bump (by whatisjeff)
|
by killua
comparing string vectors to delete similarities
|
|
[no replies]
|
by Elidor
Makefile Question
|
|
[3 replies] Last: The problem here is that even when I use the command cd .. it does not... (by Elidor)
|
by Longazan
Simple Pointer
|
|
[2 replies] Last: Thank you for the explanation naraku9333. (by Longazan)
|
by sajis997
check the success of memcpy(...)
|
|
[2 replies] Last: memcpy is always successful. The only way it would fail is if there's... (by Disch)
|
wont read integer input correctly |
|
[3 replies] Last: I think I fixed your problem #include <iostream> #include <string>... (by closed account D3pGNwbp)
|
by Marc Colome
Classes, constructors.. lost
|
|
[5 replies] Last: If I recall correctly, Bucky is actually introducing you a little bit ... (by todricos)
|
by pata
Calling function outside class from constructor
|
|
[2 replies] Last: You rock dude, I didnt know but should have known by common syntax tha... (by pata)
|
C++ Challenges (not a question) |
|
[1 reply] : Thanks for sharing. Works for any other language too, of course. (by closed account 4jNqM4Gy)
|
Array Conversions in C, or Changing Data Format |
|
[5 replies] Last: Also, suggestions in C preferred even though I'll consider C++, but no... (by closed account 4jNqM4Gy)
|
by cpcp
Quick Sort dosen't work!
|
|
[1 reply] : Why would you write a C++ program this way? C, I could understand.. C... (by cire)
|
Displaying objects |
|
[7 replies] Last: The reason you're not getting an answer is because nobody has time to ... (by cnoeval)
|
by tdk93
bitwise operators
|
|
[1 reply] : Looks like the bit parity calculation. The bit hacks page has a very s... (by Cubbi)
|
by a967Bytes
compilers and headers
|
|
[4 replies] Last: now I get it all, thanks for all your replays, now I know how to inser... (by a967Bytes)
|
by dangerawaits
unexpected repetition
|
|
[4 replies] Last: ok i will try that (by dangerawaits)
|
by Xtravia9
Pointers and Class member access
|
|
[2 replies] Last: Thanks - I knew it was something simple. (by Xtravia9)
|
by cwn72
std::regex problem
|
|
[2 replies] Last: Your string begins with a tab and two spaces, which aren't digits and ... (by Cubbi)
|