Searching made easy |
|
[1 reply] : Macro (in the sense of a recorded/generated sequence of input events) ... (by helios)
|
by Blank
Function and Arrays
|
|
[2 replies] Last: oh...lol no wonder it doesnt work haha (by Blank)
|
by abdalimran
Counting the frequency of words in a string.
|
|
[1 reply] : sorry ,I am still working on it (by closed account 28poGNh0)
|
by Juan3273
Looping part of code with if statements
|
|
[10 replies] Last: @MaxDaniels @LendraDwi The if statement is correct with && because t... (by AbstractionAnon)
|
by Hank Hill
Using Random Shuffle
|
|
[3 replies] Last: Don't forget to seed the PRNG: #include <cstdlib> #include <ctime> ... (by Duthomhas)
|
by jub4jive
problem in output
|
|
[14 replies] Last: Is cin.ignore(1, '\n') the same as using cin.get() ?? (by jub4jive)
|
by abdalimran
How to count the frequency of words in a string?
|
|
[3 replies] Last: Did you look at the example program in: http://www.cplusplus.com/refer... (by keskiverto)
|
by jynx678
Calling function from class
|
|
[4 replies] Last: I'm using an IDE (CodeBlocks), but I'm supposed to use a makefile. I j... (by jynx678)
|
Libraries, dlls, and headers |
|
[1 reply] : So what is the point of the library if I include the entire source co... (by AbstractionAnon)
|
by hyperfine
ifstream/ofstream writing in header file class
|
|
[2 replies] Last: Ugh, I feel like an idiot. I was looking at it for like, half an hour ... (by hyperfine)
|
by Jacobhaha
Flushing the stream.
|
|
[18 replies] Last: but i don't know what iostream does exactly either, i just learned tha... (by Jacobhaha)
|
by lew13
Quiz Question
|
|
[4 replies] Last: Ai means if i is 3 for example then Ai is A3 (by closed account 48T7M4Gy)
|
by hunterx893
output formatting error
|
|
[1 reply] : Since you didn't post your examples in code tags to retain the formatt... (by jlb)
|
by RogUE666
Compiler
|
|
[1 reply] : Sounds like you are after an IDE rather than a specific compiler? visu... (by mutexe)
|
by Silvercat
Can someone help to convert this C++ code to Java
|
|
[no replies]
|
by Victor89
Bracketing Search
|
|
[3 replies] Last: Thank you it works very well with this algorithm. (by Victor89)
|
by passw0rd
sort by length
|
|
[1 reply] : if (stringArray .size() > stringArray[i + 1].size()){ (by mutexe)
|
by cpluspluscpp
need help~testing shift equivalent by using bool function
|
|
[3 replies] Last: Well thanks to your post i'm having fun to find the answer :D Try ths... (by LendraDwi)
|
by daniel95
ifstream/ofstream
|
|
[no replies]
|
by Antone333
Anyone Know much about Robotc?
|
|
[no replies]
|