by ntuli
some problems in running cpp functions programs
|
|
[3 replies] Last: As a new to c/c++ I recommend you to take it slow as c can get very co... (by benhart)
|
by xxvms
Book ID
|
|
[4 replies] Last: i never used map so lets me read about this :) thank you! (by xxvms)
|
by Faggio
variable was not declared in this scope
|
|
[4 replies] Last: About the habit of starting variable names with an underscore: Brian ... (by Enoizat)
|
Trouble with program |
|
[7 replies] Last: A couple of the other approaches I suggested - though it's unlikely ei... (by Chervil)
|
by longberns
Division Algorithm
|
|
[13 replies] Last: vs does not recognize 'and' as a keyword. To make it work #include <... (by coder777)
|
No idea understanding the logic/ how to complete the program |
|
[1 reply] : Your for loop does not access the file at all. Here is some informat... (by gunman353)
|
by TheArk
code
|
|
[4 replies] Last: Should be lowercase c on line 106. Unrelated, but lines 22 and 56 wil... (by lastchance)
|
Advice and pointers on soft keyboard for android and possibly windows |
|
[3 replies] Last: I rarely get to use a laptop/desktop, like less often than once a week... (by DarkLightHitomi)
|
by GregJ7
App* value vs. App* entity
|
|
[5 replies] Last: Something simple like this, perhaps: #include <iostream> struct App... (by JLBorges)
|
by keh k lenge
multiple definition of operator<<(std::ostream&, Shape const&)
|
|
[10 replies] Last: Putting the implementation in a source file has the advantage of faste... (by mbozzi)
|
by lescarys
strings into an array, then display them in reverse order
|
|
[2 replies] Last: hi Chervil! thank you very much :) now i know that getline can get me ... (by lescarys)
|
by puertas12
Functions to mesure the time - problem with "clock()" and method "void delay(unsigned long)"
|
|
[1 reply] : Could you explain better what your code should do? Perhaps you could f... (by Enoizat)
|
by lamsung
can someone give me an advice
|
|
[1 reply] : It's hard to understand the code there, it is incomplete. A couple of... (by Chervil)
|
by AswanSensei
C++ simple code, unexpected results
|
|
[3 replies] Last: those king of errors occur sometimes when dealing with c++ code. C++ c... (by benhart)
|
by ams149
undefined reference to function
|
|
[2 replies] Last: Thanks, It works (by ams149)
|
by lescarys
Array
|
|
[4 replies] Last: Hello lescarys, Your are welcome. Anything else let me know. Andy (by Handy Andy)
|
by akash16
std::string
|
|
[4 replies] Last: Thanks JLBorges :) Actually, you are right that this is an example of... (by akash16)
|
by Faggio
multigraph
|
|
[3 replies] Last: > with list representation I presume that we are talking about an ad... (by JLBorges)
|
by jamesfarrow
efficiency improvements in my code
|
|
[10 replies] Last: This may be faster (binary search instead of linear search): #includ... (by JLBorges)
|
by maticode20
reading files
|
|
[3 replies] Last: Just for hints: // Hello im trying to read a file and put it inside ... (by Enoizat)
|