by Felicia123
Basic Palindrome
|
|
[9 replies] Last: do you know that reverse exists in the std: http://www.cplusplus.co... (by coder777)
|
by abry
C++ String Search
|
|
[1 reply] : You should use function strstr instead of strncmp (by vlad from moscow)
|
by leonelui
Basic Arrays question help please!
|
|
[4 replies] Last: Thanks got it now........... (by leonelui)
|
by Def Muse
Passing arrays to functions. Why won't this work!?
|
|
[4 replies] Last: Well let me ask you this, how would you turn that bubble sort code int... (by Def Muse)
|
by Felicia123
Check only 1 character input
|
|
[4 replies] Last: i just try with some simple code . err . yeah. im using visual c++ 201... (by Felicia123)
|
by john22
Priority_queue question
|
|
[2 replies] Last: This site's tutorial actually has a section on operator overloading wh... (by Zhuge)
|
by holly117
Input not accepting "1E6"
|
|
[4 replies] Last: Does it work if you separate the cin statements? cout << "Please e... (by TheIdeasMan)
|
by johnjohnbr
[Really simple problem] Loop condition not working?
|
|
[1 reply] : What does the rest of your code look like? Not sure why you are using ... (by Raezzor)
|
by molecularman
Making a game with a 1D Array (1,2)
|
|
[21 replies] Last: You have to declare any variable you use! If your function receives wh... (by drognisep)
|
by tsukinoiri
header files inside header files
|
|
[1 reply] : Yes that is potentially problematic. See section 6 of this article fo... (by Disch)
|
by manifestojoe
Help?
|
|
[no replies]
|
by mjr5253
how to call a boolean function into main
|
|
[3 replies] Last: mjr5253, were you able to find your problem? (by molecularman)
|
by JBIRD304
Tic Tac Toe
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/84101/ and http://www.cplusp... (by drognisep)
|
Optional cin |
|
[3 replies] Last: Try using a bool type variable. Create an if statement that states th... (by closed account EAUX92yv)
|
by Merriak
Need helping determining a return statement
|
|
[4 replies] Last: Ah thank you much kind sir/ma'am! :) (by Merriak)
|
by saxonishere
User defined function returns unexpected value
|
|
[2 replies] Last: Thanks, i knew it would be something simple, but i just couldn't find ... (by saxonishere)
|
by GoPredsGo
Need another set of eyes
|
|
[9 replies] Last: Thank you for everyone's help so much! (by GoPredsGo)
|
by dudeman007
Encapsulation/Incorporation
|
|
[5 replies] Last: Ok, next question is how is the best way to implement the get/set func... (by dudeman007)
|
by NukeTurtle
cin reading multiple words
|
|
[6 replies] Last: Well, like is explained in detail in the post I linked, the operator>>... (by Raezzor)
|
by bowlbase
Another infinite series
|
|
[1 reply] : never mind, I didn't realize that it was just the Fib sequence minus 2... (by bowlbase)
|