by Crowlight
String question
|
|
[4 replies] Last: A unique terminator doesn't help when using the read() Who forces you... (by MiiNiPaa)
|
by Malik611
Help With Leap year program
|
|
[15 replies] Last: #include <iostream> using namespace std; int main () { int year; c... (by anup30)
|
by ckb0620
C++ programming Craps game simulation
|
|
[1 reply] : You should format code with the code format tags. As you haven't node... (by kbw)
|
by Northern
What should a packet look like?
|
|
[2 replies] Last: I'm trying to create a server/client messenger system just as a learn... (by kbw)
|
by wuubb
initializing multidimensional string array
|
|
[4 replies] Last: didn't realize that arrays worked differently than the other variable... (by MiiNiPaa)
|
by Jakecplus
How do I return element in an array thats inside a class?
|
|
[3 replies] Last: aDie::aDie() { int countOfRoll = {0}; //this is a local variable,... (by ne555)
|
by armonsafai
Why isn't this program working?
|
|
[2 replies] Last: @Jib, thank you it worked. (by armonsafai)
|
by arkash20
generate random type
|
|
[1 reply] : Try making a template and then, make a random number from the random n... (by rjvc)
|
by cGuru
Connect Computers To Play Game?
|
|
[2 replies] Last: (A) How would I code it? Very Carefully (and it would be very sys... (by Cheraphy)
|
by jasonutt
Pig Latin Program
|
|
[7 replies] Last: or you could do that... (by jasonwynn10)
|
by Archibong
Please I need help regarding this c++ peoblem
|
|
[5 replies] Last: the way this site works is that you have to give us a start that you m... (by jasonwynn10)
|
by prestokeys
What design pattern to handle this?
|
|
[5 replies] Last: Ok, I've been able to adapt JLBorges' solution to meet my original des... (by prestokeys)
|
by johndoe23
pass fail input
|
|
[3 replies] Last: duplicate thread here http://www.cplusplus.com/forum/beginner/147918/ (by wildblue)
|
by jojo212
Swapping nodes in a doubly linked list - bad logic??
|
|
[4 replies] Last: swapUp actually takes it's argument by pointer, so I don't think that... (by cire)
|
by superfury
Mixer loop optimization?
|
|
[1 reply] : I've worked on it a bit: //Simple macros for checking samples! //Pre... (by superfury)
|
by Ksenon
Caesar's cipher
|
|
[5 replies] Last: This can be problematic. Those characters are not a part of standard c... (by MiiNiPaa)
|
by JojoCx3
help
|
|
[4 replies] Last: thank you so much (by JojoCx3)
|
by SixTsevN
Struct Reference Initialisation
|
|
[1 reply] : struct base { /* ... */ }; struct my_class { // http://en.cppref... (by JLBorges)
|
by SixTsevN
Template Capture Stringency
|
|
[2 replies] Last: Thank you very much. Will read. (by SixTsevN)
|
Program not giving output. |
|
[8 replies] Last: #include <iostream> #include <string> static void add(std::string& ... (by iQChange)
|