|
by Edward01
Operator Overloading
|
|
|
|
[2 replies] Last: > I need to write an operator >> which suppoused to work with string. ... (by JLBorges)
|
|
by SlenderMan
Using array problem
|
|
|
|
[1 reply] : to fix: lines 40...43 change >> students .hw >> students .hw /*...*... (by MiiNiPaa)
|
|
by Lehel
Just need some feedback.
|
|
|
|
[7 replies] Last: I'm trying to write some code that will only accept numbers and number... (by Lehel)
|
|
by JEvans1234
Why am i getting this error
|
|
|
|
[3 replies] Last: thanks freddy92, and good advice JLBorges. Im quite new to programmin... (by JEvans1234)
|
|
by LichTim
Explain the use of Pointers?
|
|
|
|
[14 replies] Last: This line will only confuse potential beginners even more. It also wil... (by IdivideBy0)
|
|
by the nomad
Help to complete the code
|
|
|
|
[2 replies] Last: Thanks, let me try this then with arrays and see what I can come up wi... (by the nomad)
|
|
by Gawaine
Trailer values with class arrays
|
|
|
|
[1 reply] : I figured it out. I just had to move the count to the end. (by Gawaine)
|
|
by Mobius1
Getting incorrect reads from file read into array
|
|
|
|
[7 replies] Last: Use cout instead of cerr. I prefer use cerr since it flushes immediate... (by tfityo)
|
|
by snailtier
Program Keeps Crashing
|
|
|
|
[2 replies] Last: Thank you! I did the edits and ran the program and it's working expert... (by snailtier)
|
|
by Anderssinho
Programming challenge
|
|
|
|
[4 replies] Last: Thank you! That was a easy fix! (by Anderssinho)
|
|
by jzone
Using malloc() to declare structs
|
|
|
|
[no replies]
|
|
by texasz71
Insertion Sort problems
|
|
|
|
[no replies]
|
|
by xavipoes
main() returning void
|
|
|
|
[3 replies] Last: http://www.stroustrup.com/bs_faq2.html#void-main i know std c++ requ... (by Catfish3)
|
|
by Haze
Writing from struct into a txt file
|
|
|
|
[6 replies] Last: haha silly question i know sorry, thanks for all the help man! (by Haze)
|
|
by Kobe24
String check...!!
|
|
|
|
[2 replies] Last: I don't understand the example in the link. How did he check if it was... (by Kobe24)
|
|
by Alex91
getline
|
|
|
|
[1 reply] : http://www.cplusplus.com/forum/windows/48212/ (by kinley)
|
|
by kamarjit
function not returning values in vector
|
|
|
|
[9 replies] Last: Got it. Dumb Dumb mistake. I was adding the person to the bachelors ... (by kamarjit)
|
|
by devonrevenge
SDL does any one know why no image is showing??
|
|
|
|
[2 replies] Last: BOOM, thank you peter, I reckon I should have spotted the bad logic (by devonrevenge)
|
|
by Bugsplatter
String concatenation
|
|
|
|
[1 reply] : You should convert m_x, n_y and m_z to std::string. (by vlad from moscow)
|
|
by Sam99
Simple(!) problem
|
|
|
|
[1 reply] : There are three difference: 1) storage duration ; 2) scope 3) and link... (by vlad from moscow)
|