by chiara
Pointer or reference?
|
|
[5 replies] Last: void func(double d); int main() { PINK* boon = new PINK;... (by Galik)
|
by chiara
Function parameters
|
|
[4 replies] Last: Real is just a typedef for float. What I propose is already a functio... (by Athar)
|
by SirSkorpan
What kind of argument does this function take?
|
|
[2 replies] Last: Thanks that cleared things up a bit. I thought there was something str... (by SirSkorpan)
|
by wasing
Changable filename based on user input
|
|
[6 replies] Last: hey thanks albatross i was wondering that earlier thanks for all yo... (by wasing)
|
by Kieth89
declaring floating-point type variables
|
|
[7 replies] Last: I read your guys' replies and the section about constants in the tutor... (by Kieth89)
|
by declan
Graphics in C++?
|
|
[8 replies] Last: What Galik suggested seems cool, but a quick look at the description a... (by declan)
|
by xander333
Is there a command to place variables in order?
|
|
[3 replies] Last: BTW, will it order the FULL sentences? (by xander333)
|
Returning pointer to malloc'd area |
|
[1 reply] : "Doesn't work" is not an error description. The code is correct, exce... (by Athar)
|
by dave0504
char arrays and ternary operators in C
|
|
[2 replies] Last: Duoas, thanks, i can remember seeingsomething about having to acces... (by dave0504)
|
by xander333
Calculator problem
|
|
[7 replies] Last: Thanks so much guys! This is an awesome community :D (by xander333)
|
by kaotic
First project
|
|
[6 replies] Last: Allright guys it seems that using the vector instead of the array solv... (by kaotic)
|
by ETep
Dynamic Memory Question
|
|
[10 replies] Last: I'd still like to know why Dev is letting it compile and run. Beca... (by Athar)
|
by akilguo
The most strange thing i have ever met : just change a name, everything fails!
|
|
[4 replies] Last: Yeah, I changed the function so as to match what hamsterman suggested,... (by akilguo)
|
by kulfi
bitwise shift operation
|
|
[11 replies] Last: [quote=Albatross]Example B... well... admittedly I did not consider th... (by m4ster r0shi)
|
by TH 113
"Spliting" data into two variables
|
|
[3 replies] Last: @crazzyguy101 I think he is talking about the hex values. Oh is t... (by crazzyguy101)
|
by numblocke
How do I extract data?
|
|
[5 replies] Last: This is just an example too...I'm just wondering how you would get ... (by crazzyguy101)
|
by numblocke
Using pow with arrays
|
|
[3 replies] Last: For anyone interested, this is the entire code (I had the lamest midte... (by numblocke)
|
Double circle |
|
[4 replies] Last: [quote= AngelHoof]The formula you see there, circle = 2 * PI * r; Is t... (by crazzyguy101)
|
by rhodrykorb
WebKit
|
|
[no replies]
|
Reading different # of inputs in each line of the same file |
|
[4 replies] Last: solved it, thanks for everyones help (by thewonderdude)
|