by fx11
dynamic_cast, static_cast
|
|
[1 reply] : Check out also cppreference http://en.cppreference.com/w/cpp/language... (by Cubbi)
|
Help me... |
|
[1 reply] : I'm unsure of what you are asking exactly. I wrote this for you. Maybe... (by atriumheart)
|
by fpiro07
String getline() problem
|
|
[1 reply] : This is one of the hazards of mixing the extraction operator>> with ge... (by jlb)
|
by jarvie990
Pls help for my multicore programming question
|
|
[no replies]
|
by hkapur97
Confused a little
|
|
[2 replies] Last: okay, thank you. today is my first day of learning C++, so I didn't kn... (by hkapur97)
|
by ustbxiaqiang
How to learn c or cpp?
|
|
[5 replies] Last: 谢谢各位!我会努力的! (by ustbxiaqiang)
|
by geran6
Applications for linked lists
|
|
[2 replies] Last: A search will be faster in an array, assuming its sorted. If not, they... (by ResidentBiscuit)
|
C++ int Array not returning largest value |
|
[1 reply] : #include <iostream> #include <cstdlib> int lastLargestIndex(int , ... (by vlad from moscow)
|
Sum up values of 2-dimensional array in 1-dimensional one |
|
[10 replies] Last: ok thanks.. (by abhishekm71)
|
by krutuk
Dynamic memory
|
|
[1 reply] : The new operator allocates memory for a specified number of items. T... (by Chervil)
|
by hockeydude95
help with output files
|
|
[1 reply] : In function main() you have filename2 << "Height after Thrust = "... (by Chervil)
|
by krutuk
Problem with dynamic memory
|
|
[2 replies] Last: Thanks it helped (by krutuk)
|
by azh38
".exe has stopped working" "Windows is checking for a solution this problem"
|
|
[1 reply] : The array string letters has 26 elements. The first element is let... (by Chervil)
|
by Ch1156
SDL problem
|
|
[5 replies] Last: How are you linking? (by Peter87)
|
Calculator |
|
[1 reply] : Also, am I making this more complicated than it needs to be? (by seancastleman)
|
by Wanderer
Function of Class Overload Return Type Error
|
|
[1 reply] : You're missing a semicolon on line 27. Line 61 should really be int ... (by Branflakes91093)
|
by dipali
palindrome
|
|
[1 reply] : bool is_palindrome(std::string str) { for (int start = 0, end = s... (by Stewbond)
|
by gladi
challenging problem.
|
|
[2 replies] Last: thank you so much. wow. it is a very ...... mistake. anyway I should ... (by gladi)
|
by star428
What's wrong with my if statements?
|
|
[8 replies] Last: it works perfectly with me there is no error. I think it may give you ... (by gladi)
|
by WolfPack2013
How would you rewrite this code?
|
|
[1 reply] : Add getters and setters for the members, then use them instead of acce... (by Zhuge)
|