by acimmarusti
Plotting from a C++ program?
|
|
[2 replies] Last: You can use OpenCV library, wh¡ch also contains special functions to ... (by CarlosB)
|
by ejohns85
OpenCV .....
|
|
[1 reply] : Hello, you can try whit this code: int point_count = 20; CvMat* ... (by CarlosB)
|
by sargon94
operators
|
|
[4 replies] Last: dude, thanks! i realized what i did wrong, thanks anyway! (by sargon94)
|
by Shaitan00
How to convert string with double high/wide characters to normal string [VC++6]
|
|
[9 replies] Last: Ya - inserting spaces what the sad option I was considering before pos... (by Shaitan00)
|
by Guillou84
delete a non-new-initialized pointer that yet points to a new-initialized one
|
|
[2 replies] Last: Thank you very much ! (by Guillou84)
|
by Kuci
C2761 error
|
|
[3 replies] Last: Line 106 - Why is that there? That is a declaration. You (should) ... (by guestgulkan)
|
"type* ptr" or "type *ptr" |
|
[10 replies] Last: It depends. For example, is a C-string a "char pointer" or a "pointer ... (by chrisname)
|
by kikolani
How to catch EXC_BAD_ACCESS?
|
|
[2 replies] Last: I am using SDL graphics library. (by kikolani)
|
by graciano
string::append related question
|
|
[1 reply] : ahh ... i get it... #include <iostream> using namespace std; int... (by graciano)
|
by madeofrose
ANSI C++ for portability
|
|
[3 replies] Last: Yes, you can use gcc as cross compiler (by Bazzy)
|
by denis90
Inheritance doubt
|
|
[4 replies] Last: Well, Gtk::VBox is a vertical box which acts as a container for widget... (by denis90)
|
by myloveIT1991
Write code about object-oriented programming
|
|
[9 replies] Last: Ok, seriously now, it would be good if you also posted the contents of... (by m4ster r0shi)
|
copy constructors |
|
[1 reply] : The copy constructor will be called every time a copy is made. So a... (by Galik)
|
by imKEN
language translation using pointers
|
|
[5 replies] Last: could you make the codes for me? I really don't have idea on C++. plea... (by imKEN)
|
by bluehailex
Structures With Multiple Files
|
|
[6 replies] Last: So should I use pointers to the variables in the main source file if s... (by bluehailex)
|
by kyle11778
folder lock theory...
|
|
[13 replies] Last: ok hahaha ummm... so i have one last snag i think... so, i can get ... (by kyle11778)
|
by ohsnap1319
Enumerators
|
|
[3 replies] Last: You realize this is a forum right? We don't monitor it 24/7... But... (by firedraco)
|
by qabil
pointer
|
|
[11 replies] Last: incidentally, you can use pointers to 'clone' variables like so: #i... (by sargon94)
|
by gnwillix88
function with two constants iterated!
|
|
[3 replies] Last: I want this loop to create one bid for every iteration of the boop, un... (by gnwillix88)
|
by kyle11778
do folders have extentions...
|
|
[4 replies] Last: On most file systems a directory name can be any valid file identifier... (by Duthomhas)
|