by Enot02
Weird variables
|
|
[6 replies] Last: I REALLY, REALLY do now. (by Enot02)
|
by hashbrown
Storing a Callback function in a Class
|
|
[6 replies] Last: > Why does std::function cause a small decrease in performance? See h... (by JLBorges)
|
by nikki1337
How to get the max index of a char* object
|
|
[1 reply] : Unless you're in the scope where the character array was defined, you ... (by jlb)
|
by flipflipflip
Polymorphism and use of Constructors
|
|
[2 replies] Last: @gentleguy Yes. I only mentioned the constructor thing since you'd al... (by JayhawkZombie)
|
by carlwryker
Why does outer while-loop only execute once?
|
|
[7 replies] Last: @carlwryker No problem! (by boost lexical cast)
|
by muffins123
increments
|
|
[2 replies] Last: cout << i++ << endl; cout << ++i << endl; The first one: "i" is p... (by boost lexical cast)
|
by wrightpt
c++ byteswriter
|
|
[6 replies] Last: seems like mpv may the best way to go. we will see (by wrightpt)
|
by dawnstar
Change Calculator
|
|
[3 replies] Last: Hello all, I appreciate the input in this problem, with a little help... (by dawnstar)
|
by jamesfarrow
Complex number class
|
|
[1 reply] : class Foo { int bar; public: Foo() : bar( 0 ) {} Foo( int foo )... (by keskiverto)
|
by Misenna
[Request] Code Review + Some Questions
|
|
[3 replies] Last: Unless you initialize a variable with a value, its value is undefined,... (by Zhuge)
|
by Zeltrax
problem with char** array
|
|
[4 replies] Last: *Set all the first dimensions elements of files_array to 0 before fill... (by Moooce)
|
by narisha
Help with matrix reading from a file
|
|
[2 replies] Last: Thanks a lot . Its working (by narisha)
|
by D3strya
undeclared identifier
|
|
[1 reply] : You need to specify the class when defining the function, otherwise th... (by Peter87)
|
Geometry Based Programs |
|
[2 replies] Last: If you read through the assignment carefully, you can figure out your ... (by dhayden)
|
by Googie85
Converting BMP to JPG Images.
|
|
[2 replies] Last: Use a library for that. E.g. http://libjpeg.sourceforge.net/ http://w... (by coder777)
|
by wenezki
HELP! Array Program
|
|
[4 replies] Last: titepanatiks , you need to reset b to zero after printing each row. ... (by dhayden)
|
by titepanatiks
HELP! array problem can't figure this out!
|
|
[3 replies] Last: @titepanatiks 1. I don't see a multiplication arithmic operator anywhe... (by boost lexical cast)
|
by olaf94
Searching a Win-Directory for specific files
|
|
[4 replies] Last: std::string to_string( FILETIME ftime ) // ISO format, time zone desi... (by JLBorges)
|
What graphic library should I learn? |
|
[3 replies] Last: Yesterday I downloaded cinder, unzipped the file, loaded an example, c... (by closed account 48bpfSEw)
|
by khatereh
Error~ Undefine Reference
|
|
[1 reply] : -lX11 (by ne555)
|