by Josh Henry
dont read directly with cin
|
|
[no replies]
|
by jtsf
dynamic struct array error
|
|
[2 replies] Last: I change my code //const int nsize = 24; struct srecord { string* s... (by jtsf)
|
by GeorgeSnyder
problem loading array of strings
|
|
[3 replies] Last: I just found out that the information is in my fName7 , but cout does ... (by GeorgeSnyder)
|
by WillDesigned
Constantly repeating
|
|
[4 replies] Last: @ IceyEyez How to use code tags: http://www.cplusplus.com/articles/z13... (by Chervil)
|
by Precious roy
Creating and Using a Dll (VS2012)
|
|
[no replies]
|
by JorgeNevada
Writting to file in callback function
|
|
[no replies]
|
by LeronG
i am trying to write a multiplication table and something is wrong
|
|
[1 reply] : You simply did not close off your curly braces at the bottom. #inclu... (by Cenmo)
|
by Artan Shala
Replace two kind of char's arrays?
|
|
[2 replies] Last: Thanks a lot LowestOne, that's exactly what I was looking for! :) (by Artan Shala)
|
by hockey1scool
2 variables minus
|
|
[3 replies] Last: int totalval = total(a,b,c); // keep track of the returned value in... (by Disch)
|
by jtsf
struct
|
|
[3 replies] Last: I change my code to srecord *highscore = new highscore ; then I got le... (by jtsf)
|
by jimmyK
Changing characters in char array
|
|
[3 replies] Last: You should use member function getline. For example const size_t N = ... (by vlad from moscow)
|
by Precious roy
Custom controle not working (VS2012)
|
|
[no replies]
|
by shubh
why doesn't this work??
|
|
[no replies]
|
by ShLuBsTeR
Why doesnt my prgrm read in parameters properly?
|
|
[1 reply] : You forgot the number of parameters. int main( int argc , char *argv... (by Catfish3)
|
by lamentofking
Don't know what these compilation errors mean?
|
|
[14 replies] Last: Well that got me started. Thank you everyone. (by lamentofking)
|
by jbos1190
Why won't this simple function work?
|
|
[2 replies] Last: Thank you! I fixed it by changing [(vect.size()-i)] to [(vect.size()-... (by jbos1190)
|
by civarc
Function call issues
|
|
[5 replies] Last: Your setData function doesn't store anything: [code firstline=65] v... (by AbstractionAnon)
|
by Mahiraj
computer graphics in c++
|
|
[no replies]
|
by kong288
Shooting a sprite to a specific point in SFML
|
|
[13 replies] Last: So I've read over your message about 5 times now. Should I do what you... (by kong288)
|
by dima93
How to use ascii table to count letters ?
|
|
[3 replies] Last: void Statistics( const char s ) { const size_t N = 26; size_t freq... (by vlad from moscow)
|