by Scythe37
substring position variable causing crash
|
|
[12 replies] Last: That's actually part of the assignment, but for now I just wanted to m... (by Scythe37)
|
by Nevo
Dinamic array
|
|
[18 replies] Last: Yeah i love the C++ strings jeje, first i do it with c++ strings, but ... (by Nevo)
|
by Delpee
Why the 'f' in de value of a float?
|
|
[3 replies] Last: Okay, I get it now :-D. Thanks for the quick response! (by Delpee)
|
by shirin
composition
|
|
[4 replies] Last: The plot continues in his double post >> http://cplusplus.com/forum/ge... (by cnoeval)
|
by magicmasterp
Correctly matching function constructor calls
|
|
[2 replies] Last: Of course. Thank you so much. Thank you for not pointing out how big ... (by magicmasterp)
|
by pizzadude223
window closing
|
|
[12 replies] Last: I said it in such cases that code should be removed for release... ... (by DemienBjarne)
|
by marty09x
Adding variables with equations
|
|
[4 replies] Last: What is sum supposed to be for? And why don't you just output "12a+7b... (by Athar)
|
by freshjunior
While loops and arrays
|
|
[11 replies] Last: Thanks so much. Have a nice day. (by mucygni)
|
by michaelo
function declaration with string argument does not work in header file
|
|
[3 replies] Last: Read this: http://cplusplus.com/forum/beginner/23859/ (by moorecm)
|
by marty09x
trying to printout the sum and difference
|
|
[1 reply] : Some lines of code must be missing. The error says that it is at line ... (by RedX)
|
by ServIce
Counters and Functions
|
|
[5 replies] Last: Ok. Thanks for the quick replies. (by ServIce)
|
access array from gcnew? |
|
[1 reply] : Supply the code for StreamReader! (by DemienBjarne)
|
by Melander
Button/mouse movement
|
|
[2 replies] Last: Ah ok, if i may just shoot in another direction saving the hyperlink o... (by Melander)
|
by sysabod
Modification through pointer fails
|
|
[2 replies] Last: Gotcha ,many thanks! (by sysabod)
|
by mainframe639
About Dev-C++
|
|
[8 replies] Last: But then again, as is explained in the stickied thread here in the beg... (by AngelHoof)
|
by Antwerp
Average function
|
|
[1 reply] : I use std::accamulate and then result of this function I devide by cou... (by Denis)
|
by iNfraNe
vector<class> problem
|
|
[7 replies] Last: @guestgulkan exactly , when you create a vector contains class(or... (by sysabod)
|
by amaac
Finding Error Passing Classes around
|
|
[14 replies] Last: SOLVED!!! Thankyou everyone.. here was my problem. I have reader u... (by amaac)
|
by whitesnow
Need to read from a txt file into structure, very confused.
|
|
[7 replies] Last: read them in one as a time through that loop a getline for each. you ... (by amaac)
|
Template Classes |
|
[13 replies] Last: For output I was seeing only the last CustomClass object that I added ... (by closed account Lv0f92yv)
|