by yash8087
struggling with friend class and array of objects
|
|
[4 replies] Last: got it! (by yash8087)
|
by Barqu
Looking for some good c++ books
|
|
[2 replies] Last: Brilliant thanks (by Barqu)
|
by Ganesh0025
code for generating multiple files with different values from one file
|
|
[2 replies] Last: Or this, (uses some c++11 syntax) #include <iostream> #include <fstre... (by Chervil)
|
by anthony1234
Need help to change an array to a vector
|
|
[6 replies] Last: Sorry Anthony, I did not get your question on time. But Keannedawg has... (by AMETOPRINCE)
|
by Aziz as
input stream
|
|
[2 replies] Last: Thank you (by Aziz as)
|
by akckiller312
Recursion Problem
|
|
[2 replies] Last: @Semoirethe oh ahahah....so thats how it is...sorry for the late rep... (by akckiller312)
|
Prime numbers exercise |
|
[8 replies] Last: Thank you , I got it . (by Ring Nebula 57)
|
by ohmywilly
Help with pointer c++
|
|
[2 replies] Last: Make sure you understand the math needed before trying to code it. Can... (by dhayden)
|
by code writer
I can't find the mistakes in the code, plz help.
|
|
[5 replies] Last: Thanks. (by code writer)
|
by Haziq
withdraw problem
|
|
[6 replies] Last: #include <iostream> #include <string> #include <cstdlib> //system("cl... (by Haziq)
|
by petroo
Remove/Overwrite padding - BMP
|
|
[19 replies] Last: You're welcome. But I noticed a small issue with my code. It modifies ... (by Chervil)
|
by Wulfinite
Why do we use a reference in the catch statement?
|
|
[4 replies] Last: The higher-level exception handler may in fact expect the exception to... (by Cubbi)
|
by Maxim28
Which type for characters?
|
|
[10 replies] Last: ok (by crazyjoshua27)
|
by vessona
counting spaces
|
|
[1 reply] : I would recommend using strings. However, if you must use the C-string... (by chicofeo)
|
QT for OS programming |
|
[4 replies] Last: I highly doubt there's an entry level job in that category. That is... (by admkrk)
|
by JoorDovah
Another 'operator' error!
|
|
[2 replies] Last: Thanks, Chervil! (by JoorDovah)
|
by Tores1
reading from csv file
|
|
[2 replies] Last: I'm not sure that a single array of strings is the best choice. You mi... (by Chervil)
|
by Gulogomi
Loop continues when writing multiple numbers or chars
|
|
[5 replies] Last: The problem is now solved, I needed to clear the cin and use the cin.i... (by Gulogomi)
|
by JoorDovah
no match for 'operator==' in 'operation == addition'?
|
|
[3 replies] Last: Thanks, Tarik! (by JoorDovah)
|
by maykh
I need help with deleting elements from array
|
|
[1 reply] : Please note that this is a case where an array is a bad choice for the... (by dhayden)
|