|
by sanda199
can't call function
|
|
|
|
[5 replies] Last: @theranga Thanks for correcting me. Yes, it is a constructor not a fun... (by CroCo)
|
|
by arms4
check 2d array error
|
|
|
|
[no replies]
|
| My own template vector class. Can't push_back? |
|
|
|
[9 replies] Last: Code has to be generated for each type passed into a template. Thus, y... (by computerquip)
|
|
by hopesfall
Using ifstream as a constructor parameter
|
|
|
|
[3 replies] Last: it should say using namespace std; . that will the same thing as wha... (by theranga)
|
|
by inc0001
Need assistance with making a password system(PLEASE ANSWER?).
|
|
|
|
[no replies]
|
|
by SamuelAdams
understanding someone else code.
|
|
|
|
[2 replies] Last: When you mod (%) the least significant digit in a number in binary for... (by buffbill)
|
|
by Disch
Binding to a virtual function from a parent class.
|
|
|
|
[no replies]
|
|
by ovaltine99
Could someone please clarify this atof error my professor keeps telling me about?
|
|
|
|
[4 replies] Last: It seems to me that Disch is correct about what the professor was sayi... (by kempofighter)
|
|
by LovestoCpp
VS vs Others
|
|
|
|
[4 replies] Last: Ok thanks, if i have any other questions ill post. (by LovestoCpp)
|
|
by toomanystars
Saving object to file, and then loading it
|
|
|
|
[9 replies] Last: You're not checking the file handles' validity. Probably you're not e... (by EssGeEich)
|
| please correct these 6 C++ errors |
|
|
|
[12 replies] Last: switch(ch) { case '1' : { if(access) { element e3; e.input()... (by Kart)
|
|
by schaferc87
Buoyancy C++ Help
|
|
|
|
[10 replies] Last: int main () { float y = 62.4;//Constant given, float value floa... (by jdowning)
|
|
by stevejoms
Help with Structures.
|
|
|
|
[9 replies] Last: strlen() function returns size_t type. It's unsigned integer type. U... (by MiiNiPaa)
|
| expected initializer before ‘const’ |
|
|
|
[6 replies] Last: @Cubbi windows programmers do not have to undef min/max, they have to ... (by L B)
|
|
by raaj5671
error C2065: 'std_dev' : undeclared identifier
|
|
|
|
[4 replies] Last: i should define it in the main or in the function header? (by raaj5671)
|
|
by Sarmadas
about C\C++
|
|
|
|
[1 reply] : It plays the same role as C# as a base language in order to understand... (by vlad from moscow)
|
|
by theranga
Namespace dllimport error
|
|
|
|
[3 replies] Last: Have you removed using namespace std from your header file(s)? If y... (by kbw)
|
|
by hopesfall
Memory usage and algorithm efficiency
|
|
|
|
[9 replies] Last: ok (by theranga)
|
|
by robforce
How to write a "if x is a int" type of statement?
|
|
|
|
[7 replies] Last: Types are very very disciplined in C++. So if u have defined x as an i... (by IcyFlame)
|
|
by fahima
About Sinogram of xray image
|
|
|
|
[no replies]
|