by lena123
with sort algorithm??
|
|
[4 replies] Last: [quote=lena123]no, i know that x isn't empty, When writing functions ... (by Galik)
|
by kingsamuraix
cost of vacation
|
|
[3 replies] Last: You should do something like this: #include <iostream> using name... (by ihato)
|
by Maniax
No matching function for call
|
|
[4 replies] Last: is it head or header if its header then there is part of the problem a... (by Aramil of Elixia)
|
by hentaiw
Big Project, Again !
|
|
[3 replies] Last: I'm not so familiar with C yet,so please be patient,I can write this i... (by hentaiw)
|
by hentaiw
Multi-Argument Function ?
|
|
[5 replies] Last: Cool, I wonder how they're implemented.I can't make one without using ... (by hentaiw)
|
by ForeignCurs
Read and Write memory location
|
|
[7 replies] Last: Yeah, I was just wondering if there already existed an std function to... (by ForeignCurs)
|
by linch
defining classes sharing same name in different namespaces
|
|
[5 replies] Last: I must admit, I don't know much about compiling. That's the good point... (by linch)
|
by erikn
Multiple RenderWindows in SFML
|
|
[18 replies] Last: I'm not sure 1.6 had proper multi-window support. I know for a fact 2.... (by closed account S6k9GNh0)
|
by MH4
Help! Subtracting Strings
|
|
[19 replies] Last: // overloaded function // this function is used to substract strings... (by MH4)
|
by ForeignCurs
Single statement to create multidimensional array?
|
|
[4 replies] Last: The only thing I can suggest is you allocate enough space as you would... (by closed account S6k9GNh0)
|
by bartoli
C : Is the scope of #undef important?
|
|
[1 reply] : yes. All preprocessor commands (anything that starts with a #) ignore... (by Disch)
|
by Paritosh P
GAME
|
|
[2 replies] Last: I'd also like to point out that its against the rules to post your hom... (by Caprico)
|
by benhavo33
Variable Declaration for several functions
|
|
[3 replies] Last: Thanks for the help! I've been coding for a while, but am quite new t... (by benhavo33)
|
by seth23
Variable Question?
|
|
[5 replies] Last: Because you want them to put in character and numeral input in one go,... (by Mats)
|
by velvetymouse
closing a program with a certain key
|
|
[13 replies] Last: You're more than welcome! And good luck! (by Lynx876)
|
by JAI SINGH
printf()
|
|
[1 reply] : 1. What? 2. This is pointless and confusing. Files with the suffix of ... (by closed account S6k9GNh0)
|
by ausairman
can I make a pointer to class member function?
|
|
[4 replies] Last: If you can use STL you can look at both mem_fun and mem_fun_ref. These... (by sohguanh)
|
by toast
HELP WITH XCODE
|
|
[1 reply] : ...Really, Apple? I'm pretty sure XCode won't run on Windows, but I'v... (by Albatross)
|
Function not identified? |
|
[2 replies] Last: Thanks man. I've been having so many basic syntax errors lately. ;-) (by Lvl80RetPaladin)
|
by moot1
help with calculator
|
|
[14 replies] Last: for(; numberofloops > 0 ;) nice! Thanks! that's a awesome way... (by biplav17)
|