by afiqcheky
Please show me the path of this coding
|
|
[1 reply] : Line 6: main() must return type int . 1) this is function call ri... (by AbstractionAnon)
|
ppm file to buffer |
|
[1 reply] : std::string load_ppm(std::string filename) { std::ifstream handle... (by nchambers)
|
by zxc43231
Implementing a Stack by a single Queue
|
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by zerkas101
A tricky algorithm
|
|
[3 replies] Last: You could use std::next_permutation() defined in the <algorithm>... (by boost lexical cast)
|
by FKA96
General C++ Programming
|
|
[1 reply] : int long long factorial(int const & nr) { int long long fact=1; ... (by Golden Lizard)
|
by NewCoder1300
Geometric formulas to functions.
|
|
[8 replies] Last: My pleasure. Please take note of the homework comment I made on your o... (by closed account 48T7M4Gy)
|
by Wu zhen hai
new operator confuse
|
|
[1 reply] : > it takes only 1ms and ptr is not empty. ptr would be uninitialise... (by JLBorges)
|
problem answer please |
|
[3 replies] Last: OK chief, just a few minutes wait, our top homework team is on its way... (by closed account 48T7M4Gy)
|
for loop i need the answer please |
|
[1 reply] : OK chief, we'll get onto it right away. (by closed account 48T7M4Gy)
|
by afiqcheky
coding for this problem
|
|
[1 reply] : double func( double x ) { return -0.87*sin( 4*x ) - 0.56*log10( ... (by integralfx)
|
by codeerror
help!!!! thanks
|
|
[1 reply] : these are the the functions for the formula: *** double CCircle(doubl... (by codeerror)
|
by Adela17
How do I get rid of trailing zeros?
|
|
[5 replies] Last: Thank you so much!! I took your advice and was able to successfully co... (by Adela17)
|
by younis98
calculate the possible moves of the bishop
|
|
[no replies]
|
Smart pointers and hidden implementation |
|
[4 replies] Last: The better way to write that constructor is to omit it or default it (... (by Cubbi)
|
problem answer please |
|
[3 replies] Last: is this right ? No. main returns type int and you need to re-re... (by cire)
|
by JUAN DENT
Ís it possible to create a vector from an integer sequence?
|
|
[2 replies] Last: Thanks JLBorges!! As always you provide the perfect answer!! Juan (by JUAN DENT)
|
by Tomheza
Is there a way to inherit...
|
|
[8 replies] Last: > A rabbit father has to give another rabbit kid object his color Then... (by ne555)
|
I need to raise my grade and it's almost finals, PLEASE HELP! |
|
[3 replies] Last: Okay, pm me (by Golden Lizard)
|
by markusfurst
Problem with calling a function in a loop
|
|
[2 replies] Last: Sorry for that I always think that the if-statement is a loop even if ... (by markusfurst)
|
by kais2
convert from decimal to binary
|
|
[5 replies] Last: exactly here is my problem i saw some codesn on google but they wasn't... (by kais2)
|