by srinivas01
static functions can only access static variables ?
|
|
[3 replies] Last: I thinks that their use also has to do with the fact that they are sta... (by eypros)
|
by brneuro
build trouble with simple xerces code
|
|
[3 replies] Last: Those look like link errors. I don't use NetBeans but there must be so... (by Galik)
|
by tonynsx
New C++, need help with program
|
|
[5 replies] Last: I think in all modern compiler float s are deprecated in favor of do... (by eypros)
|
by CosminNTG
Merry Christmas, friends!
|
|
[6 replies] Last: A very brief statement, :P however never less than its meaning it repr... (by nickoolsayz)
|
by hentaiw
unique implementation
|
|
[5 replies] Last: Then every assignment would require an additional comparison for equal... (by Athar)
|
by AILD312
Solving the "Pancake Glutton" problem.
|
|
[7 replies] Last: Mmmkay... simple enough. Lets begin with your second for loop. I s... (by qczackf)
|
by JAI SINGH
probblem in operator overloading(>>&<<) in c++
|
|
[5 replies] Last: input& operator>>(int &x){ //... return *this; } (by ne555)
|
by Nati
Something i cannot get...
|
|
[4 replies] Last: Thank you very much! (by Nati)
|
Unable to input in cin when using sstream |
|
[1 reply] : This is a common problem. cin >> i only reads the characters it needs.... (by hamsterman)
|
C++ |
|
[1 reply] : Well, if you truly know the tutorials that well, your pretty much ther... (by ModShop)
|
by newlearner
input and output data file names
|
|
[4 replies] Last: Using std::strings with std::fstream for reference (Read filename in f... (by wolfgang)
|
by spittips101
create rectangle using single for loop
|
|
[7 replies] Last: Should be getting credit and getting credit are sometimes two differen... (by Athar)
|
by ThatGuy666
Counting number of entries in a txt file
|
|
[no replies]
|
WM_GETTEXT |
|
[2 replies] Last: I think sloppy9 pretty much nailed this because WM_GETTEXT is below WM... (by webJose)
|
by teaflavor
Problem with input from file
|
|
[6 replies] Last: One of my friends show me the problem, thanks you guys anyway. You are... (by teaflavor)
|
by Random94
Need Help on for loop
|
|
[7 replies] Last: Yes, thank you. Now i understand. (by Random94)
|
by Pip3mAn
Cannot cast void pointer returned by calloc
|
|
[3 replies] Last: This is a good one. In fact, the problem isn't "Cannot cast void poin... (by h9uest)
|
by Integrater
There's something wrong with this code
|
|
[2 replies] Last: Thanks whitenite. (by Integrater)
|
by Ryan Wilson
Am I explaining and doing this correctly?
|
|
[1 reply] : Comment what you don't find obvious. Your comments before loops are ok... (by hamsterman)
|
by radit91
random numbers problem
|
|
[5 replies] Last: Basically, you'd want multiples of 5, between 50 and 100, right... So ... (by Caprico)
|