by ddw2003
Grouping calculations into functions
|
|
[3 replies] Last: Only if you don't want to prototype them. (by Zaita)
|
by strafford
Linux: open Serial port, send array of bytes
|
|
[5 replies] Last: I think all you missed was to populate your file descriptor set by usi... (by sweetie1829)
|
by eng nosha
question in OpenCv
|
|
[1 reply] : Head to the OpenCV forum. (by Zaita)
|
Initialising 2D object |
|
[4 replies] Last: FWIW, boost::array allows you to use array syntax to assign elements: ... (by jsmith)
|
by masiht
question about data types
|
|
[3 replies] Last: There is no such thing as an unsigned float. (by jsmith)
|
by mikac
problems with operator+
|
|
[3 replies] Last: This is going to seg fault. temp is initialized in the constructor ... (by jsmith)
|
Sudoku Solver |
|
[1 reply] : I would make every element of the 9x9 matrix a std::set<> or std::bits... (by jsmith)
|
by masiht
question about identifier
|
|
[3 replies] Last: char can hold only numbers, from -128 to 127 if unsigned or from 0... (by Bazzy)
|
by wander4heat
Using the string class
|
|
[3 replies] Last: In the code you posted you already have the - operator overloaded, it ... (by Bazzy)
|
by MPKMM
If a double variable is NaN?
|
|
[3 replies] Last: Thank you Bazzy. It did work to solve the problem. Gott bless this for... (by MPKMM)
|
by Brutal
error C2664 what am I doin wrong?
|
|
[5 replies] Last: You're trying to write to an invalid pointer. runner[0..SIZE-1] and ti... (by helios)
|
by Draimen
Using an Array of Structures in Simple Program
|
|
[11 replies] Last: Yes. That's because as I said. Using the >> operator will not remove ... (by Zaita)
|
by dman
Passing an open file between functions?
|
|
[4 replies] Last: Why not make the program OO, and make the filestream a member variable... (by Zaita)
|
by dawita
segmentation fault in Matrix implimentation.
|
|
[8 replies] Last: http://www.cplusplus.com/forum/articles/7459/ Also, Boost has a Mat... (by Zaita)
|
by klxp9
Memory Error???
|
|
[7 replies] Last: +1 to using strings. If your going to use C++, then use C++ types. ... (by Zaita)
|
by thejmfc
strcmp - troubles compiling/running
|
|
[4 replies] Last: Just loop over it and call toupper() or tolower() on each element. The... (by Zaita)
|
by ldixon
Partial Arrays using negative and positive numbers
|
|
[2 replies] Last: Use a vector. (by Zaita)
|
by cppg2009
Win32 Multithreading Tutorial
|
|
[1 reply] : www.boost.org :) They have a platform independent multi-threading impl... (by Zaita)
|
by ozan
Template could not be placed on the project!!
|
|
[1 reply] : http://www.letmegooglethatforyou.com/?q=wxDev-C%2B%2B+Forum (by Zaita)
|
by ghamon
initializing and passing a reference (static ?)
|
|
[no replies]
|