by Ch1156
Whats wrong with my code?
|
|
[2 replies] Last: The mistake is: to declare score, right, and wrong local in main. Sav... (by dadabe)
|
by lediable
An inheritance issue.
|
|
[2 replies] Last: It's not an inheritance; your function declaration syntax is just comp... (by Gaminic)
|
by newbieg
SFML trouble with rect()
|
|
[2 replies] Last: Wow, thanks, I wasn't expecting to have to call so many different func... (by newbieg)
|
by gagan dawar
Reading string char array into character buffer
|
|
[2 replies] Last: vlad from moscow wrote: The code you showed is valid. This isn't... (by dadabe)
|
by voyance
Pointer problems
|
|
[1 reply] : Maybe you should show the line, in which you do the output? And also h... (by dadabe)
|
by lukecian
Any good source code to learn from ???
|
|
[3 replies] Last: JLBorges wrote: Reading code written by some one else is much har... (by dadabe)
|
by DrkJoker
Files counting
|
|
[3 replies] Last: Thank you. It worked. (by DrkJoker)
|
by Whovian
Inheritance
|
|
[1 reply] : http://stackoverflow.com/questions/979211/struct-inheritance-in-c (by Ahaanomegas)
|
by rakeshkm1983
vector and constructor in C++
|
|
[3 replies] Last: With C++98, the constructor that you are using is: explicit vector( s... (by JLBorges)
|
cin >> string space problem. |
|
[3 replies] Last: If you are mixing unformatted input ( std::getline() ) with formatte... (by JLBorges)
|
by jakuda
STL Vector and Classes
|
|
[5 replies] Last: Nice, @BlackSheep I have now my vector full working, I think I will s... (by jakuda)
|
by pappy
iso a little help
|
|
[1 reply] : Please use code tags! EDIT: you would want to encase the first cout s... (by Need4Sleep)
|
by Final9mare
Hash functions
|
|
[2 replies] Last: How am I suppose to actually do that? Because I am suppose to derive ... (by Final9mare)
|
by ram130
Really simple program, for a newbie.
|
|
[4 replies] Last: Anyone? I just want to turn all these codes into a KeyPressed action ... (by ram130)
|
by kethgr
Simple program, but can't find the problem
|
|
[2 replies] Last: I sure hope so. :) Thanks for your help. (by kethgr)
|
by ethrtyiS
Function Errors In Calendar Program
|
|
[9 replies] Last: That.... sucks. Well I would start from the version using global varia... (by slicedpan)
|
by strupan
Lowercase to Uppercase without ctype
|
|
[9 replies] Last: Disch's example should work for any letter since the difference betwee... (by BlackSheep)
|
by abdulmatin1
function calculateItemCost, displayTotalCost, readSaleRecord
|
|
[no replies]
|
by Kobe24
I need some help
|
|
[1 reply] : I got it guys.. I forgot to use "Using namespace std" thanks (by Kobe24)
|
For Loops and Arrays |
|
[2 replies] Last: Ah, so the second loop is repeated three times. I guess this is the se... (by divine fallacy)
|