by kdriver04
value-returning functions
|
|
[2 replies] Last: Thanks for your help. (by kdriver04)
|
by tonitones
Passing value from function to another function
|
|
[3 replies] Last: @TarikNeaj yeah i did notice :D thanks okay2, ill watch it (by tonitones)
|
by tonitones
One Object for two functions
|
|
[13 replies] Last: Glad I could help :) And thanks for using code tags :DD (by TarikNeaj)
|
by whalord
"Skipping" Cin?
|
|
[5 replies] Last: That would be different for each terminal/shell though, and what about... (by LB)
|
by leequayle
OPENING A TEXT FILE
|
|
[16 replies] Last: @softwaretime No. That is .Net and CLI. It'd look like this: StreamR... (by coder777)
|
by deu439
Allocation of base member from derived class
|
|
[4 replies] Last: Well it seems to me quite useful to let the most specific class manage... (by deu439)
|
by taguroFTW
For loop with fstream help!
|
|
[1 reply] : Suppose it can't find the username and password in account .txt. The ... (by dhayden)
|
Searching in a file...pls help Urgent! Arun Antony are you there? |
|
[4 replies] Last: void main() --- int main() (by TarikNeaj)
|
by xojosephox14
getting a error code whats wrong?
|
|
[1 reply] : Please use code tags: [co de] Your code [/co de] Read this: http://w... (by coder777)
|
by yj1214
What does __stdcall and __cdecl do?
|
|
[1 reply] : __stdcall and __cdecl are "calling conventions" When you call a funct... (by Disch)
|
by mmess
How to read from a file with varying amount and multiple data types in each line c++
|
|
[3 replies] Last: - Read each token into a string - Try to read that string as a number ... (by LB)
|
by saj1994
Creating a DVD menu for a library system
|
|
[1 reply] : I suppose searchDVD function return a reference so then you could do a... (by Aceix)
|
by ImSteves
Help with C++/SFML
|
|
[1 reply] : One technique is to check if the sprites of the various entities inter... (by Aceix)
|
by Micard
Linked Lists: deleting an element
|
|
[6 replies] Last: doug4 , yep. Got it rolling. Thank you! ats15 , thanks to you too!... (by Micard)
|
by ivertony
Mode Function
|
|
[2 replies] Last: Unfortunately, I have yet to learn how to use the std::map in my class... (by ivertony)
|
by yj1214
Does g++ support strongly typed enums?
|
|
[3 replies] Last: Strongly typed enums should be supported unless your version of g++ is... (by Peter87)
|
by AG123
Using bubble sort to sort a vector
|
|
[1 reply] : Btw, I know you didint do that function, you just copy pasted it - htt... (by TarikNeaj)
|
by poteto
What is "void (*)()", and what is good or bad about it?
|
|
[11 replies] Last: ++ for <functional> and std::function. Pointer-to-member syntax doesn'... (by S G H)
|
by EleKtroFR
C++ Template object composition - How to initialize correctly? (1,2)
|
|
[35 replies] Last: It would be great!!! However i mark this as solved, maybe we can talk ... (by EleKtroFR)
|
by bw119
Constructors question
|
|
[4 replies] Last: Thank you MiiNiPaa, that explains a lot. I changed my code according t... (by bw119)
|