Someone Please take a look And see If you can Help me find whats wrong |
|
[7 replies] Last: I don't see any reason why it wouldn't compile, but there are some pot... (by cire)
|
by Alan Ing
Program to plot Trajectory of an electron in a H-2 ion in c++?
|
|
[2 replies] Last: Nice one. Thank you so much for going through the trouble to do this. ... (by Alan Ing)
|
Member function pointers to static function pointers? |
|
[1 reply] : [quote=Henri Korpela] typedef Return (*function_t)(Args...); functi... (by closed account zb0S216C)
|
by Whovian
C++11
|
|
[no replies]
|
by Dan Feerst
Returning an array
|
|
[1 reply] : You're returning a pointer to a float, so you should catch it with a p... (by Gaminic)
|
by menewbie
file reading
|
|
[no replies]
|
Pass by address |
|
[4 replies] Last: Indeed, C-style arrays carry several scars of backwards compatibility ... (by Cubbi)
|
by Mannah
double scripting operator !!!
|
|
[3 replies] Last: Peter87 is absolutely right; I scanned over the code too quickly. Tha... (by Gaminic)
|
C++ overloadable operators |
|
[2 replies] Last: http://en.wikibooks.org/wiki/C++_Programming/Operators/Operator_Overlo... (by closed account 1yR4jE8b)
|
by tobydog
C++ programmer needed. £200 for small project
|
|
[no replies]
|
by Baso
Qt developer
|
|
[2 replies] Last: Thank you "TheDestroyer" (by Baso)
|
by adilsheikh
2 dimensional dynamic array ascending order
|
|
[no replies]
|
by Real Hyder
Trouble in code
|
|
[4 replies] Last: Some of your declarations and prototypes don't match up. Similarly, s... (by MrHutch)
|
by rutharanga
Ambiguous Symbol error in C++
|
|
[4 replies] Last: I don't think the problem is in your prototype function since you expl... (by codekiddy)
|
by piyush0945
Sorting
|
|
[no replies]
|
by nick92
function proplem
|
|
[6 replies] Last: @Peter87, I like it. (by MrHutch)
|
by DavoplusPlus
help please with program
|
|
[1 reply] : line 8 cout << string( 20, '\n' ); should be cout << "20\n"; li... (by codekiddy)
|
by Zephilinox
Is this a memory leak? vectors
|
|
[2 replies] Last: thanks, I've been using lists for too long, completely forgot I could ... (by Zephilinox)
|
Program wont sort, or print |
|
[1 reply] : xxx.cpp:23:38: error: no match for ‘operator<<’ in ‘outfile << s... (by Shinigami)
|
by vasimr
Function Efficiency Question
|
|
[3 replies] Last: Every mainstream C++ compilers has some level of support for dead code... (by JLBorges)
|