by lovely6922
Problems with LLL
|
|
[no replies]
|
Making forms in a .dll |
|
[10 replies] Last: Thank you. (by C to the UNIT)
|
Launching a program |
|
[9 replies] Last: It works! Thanks everyone for your support and help! (by C to the UNIT)
|
by sr8888
Read lines into vector
|
|
[1 reply] : To read into a vector, I recommend using vectorname.push_back(object)... (by Albatross)
|
by cdubya
invalid conversion from ‘Rational*’ to ‘int’
|
|
[1 reply] : Try changing this -> Rational final = new Rational(nfinal, dfinal); ... (by m4ster r0shi)
|
by qwasqaws
Pointer vs index to array
|
|
[9 replies] Last: See, I have something more like this in mind: class UnitType { ... (by jrohde)
|
by jaeger138
Textbook Example Displaying Bugs
|
|
[8 replies] Last: I'm thinking that the problem lies within the way the deaths are calcu... (by jaeger138)
|
by JoH
Odd numbers, where there should be 0's
|
|
[2 replies] Last: Thank you (by JoH)
|
by ayush20m
Trying to replace a line from a file
|
|
[no replies]
|
by chiara
Pointers as arguments in functions
|
|
[2 replies] Last: In the case you cite, you are passing smart pointer objects by refer... (by PanGalactic)
|
by bobhaha
C++ range checking
|
|
[6 replies] Last: operator>>() doesn't unconditionally pop the buffer? Damn. (by helios)
|
by jackabascal
How to get my program to pause briefly before displaying a message?
|
|
[4 replies] Last: Because it is distressingly endemic to teach new programmers said ho... (by Duthomhas)
|
by crazzyguy101
Use Name of Class as Input command
|
|
[5 replies] Last: Thanks i'll try :) EDIT : Calcium is not an object it is just an in... (by crazzyguy101)
|
pointer of pointer in a class |
|
[3 replies] Last: No typecasting needed here. What errors is the compiler giving you? (by hamsterman)
|
by kevin06s
Classes in Classes
|
|
[2 replies] Last: Thank you. That seems to have worked. (by kevin06s)
|
by cknapp1
Can't get my basic i/o program to work
|
|
[1 reply] : This was to be my original response. I had been called away to put th... (by Duthomhas)
|
by sysabod
scanf() and gets() used together
|
|
[1 reply] : http://cplusplus.com/reference/clibrary/cstdio/scanf/ http://cplusplu... (by Albatross)
|
by disini
guess the capital game
|
|
[4 replies] Last: Thanks guys, I got it done, somehow I was getting the concept wrong. ... (by disini)
|
by nessark
How to make a Small Window with effect on it
|
|
[3 replies] Last: Yes that is also a great alternative. System specific APIs can be hard... (by ragn4rok234)
|
by xander333
So I found this list...
|
|
[11 replies] Last: I did not mean it is not useful to read books. It matters a lot and so... (by chiara)
|