by chrisname
Output to two streams
|
|
[13 replies] Last: I would say boost is almost standard. A lot of stuff from boost is get... (by tummychow)
|
vector of function pointers |
|
[8 replies] Last: Ah alright. It wasn't working before with .at but now it is. :) Tha... (by closed account Sy0XoG1T)
|
by yoonkwun
[stdlib.h] free doesn't invalidate
|
|
[11 replies] Last: So you say that I should never check if malloc failed because I shoul... (by chrisname)
|
by pozdrav
operator overloading (1,2)
|
|
[25 replies] Last: sure, thank you very much once again. (by pozdrav)
|
by Seraphimsan
breaking a 1D array into a 2D one
|
|
[2 replies] Last: thanks, yea thats what i meant on line 18...it's been 12 hours of star... (by Seraphimsan)
|
by diod31
ifstream syntax error in a class template constructor
|
|
[1 reply] : Templates don't work that way. The most common use of templates is ... (by helios)
|
by pedr020
ifstream problem
|
|
[5 replies] Last: .data() doesn't necessarily give you the null (which you typically nee... (by Disch)
|
by tepeyton
Linking Error 2019
|
|
[7 replies] Last: I was able to resolve my problem. I had created the code as a WIN32 P... (by tepeyton)
|
by smeghead
Files trouble
|
|
[5 replies] Last: yes i open the file to read it then the user inputs a number to look f... (by smeghead)
|
by GrayKitten
Need answer by tonight! Switch Statement CAN NOT have breaks!
|
|
[12 replies] Last: Fixed everything. Thank you all so much, you all are god sends. (by GrayKitten)
|
by Zap
output spacing
|
|
[3 replies] Last: i have sort of come up with a solution. all i need is the syntax to fi... (by Zap)
|
by Disch
looking for design feedback: string class "substring"
|
|
[2 replies] Last: I suppose it could if I really wanted to do that, but I'm not so sure ... (by Disch)
|
by tomob57
Read different types from a getline string
|
|
[1 reply] : You'd probably be fine with extracting the char, then each number stra... (by tummychow)
|
by zerobus
Memory Allocation
|
|
[1 reply] : Barring the use of auto/smart pointers, you need to associate every ca... (by closed account 1yR4jE8b)
|
by yoonkwun
[C] Pointer member in structure confusion
|
|
[10 replies] Last: Based on the code and thread title I assumed he was coding C. (by Disch)
|
by pedr020
file trouble
|
|
[6 replies] Last: I think that, for a relative path, you need \input1.txt, not just inpu... (by tummychow)
|
by andrew12345
Reference and classes
|
|
[4 replies] Last: Oh, I see...basically I always thought to * and & as referring to a va... (by andrew12345)
|
by jhapk
Not repeating the same operation
|
|
[2 replies] Last: Hi Disch, the value of alpha and beta remains constant for all Func... (by jhapk)
|
by byuhobbes
Char problems
|
|
[2 replies] Last: Most compilers do not allow variable length arrays because it is non-s... (by jsmith)
|
How can I call Constant Functions? |
|
[5 replies] Last: Additionally, the get_name method could be more suitably named set_nam... (by moorecm)
|