by PhilThompson
Seating arrangements in my program
|
|
[10 replies] Last: You're not doing what I suggested. Lines 89 and 57 should be else stat... (by Gaminic)
|
nested loops and start or its condition with parent loop |
|
[1 reply] : And what your Q is? (by Ivan Sidarau)
|
by canismajor
Two classes derived from virtual base class; one of which needs an extra member function
|
|
[11 replies] Last: If you don't like the template solution, then pass a boolean construc... (by canismajor)
|
by Mat001
elements of an array
|
|
[3 replies] Last: Late response... Cheers guys. I got it now. I needed to use a nested... (by Mat001)
|
by denniscpp
is there an easy way to rename similar named stuff?
|
|
[6 replies] Last: thanks, found the option in control + H. im using notepad++ btw. :) (by denniscpp)
|
by fanasy
the problem of c++ encapsulation
|
|
[2 replies] Last: thanks! my mistake. happy new year! (by fanasy)
|
by blueeyedlion
differentiating derived classes
|
|
[2 replies] Last: If you want to differentiate As from Cs, ¿why do you them in the same... (by ne555)
|
Function Pointer Trouble |
|
[2 replies] Last: Now that you've said that, I dug a little bit deeper and found this pa... (by closed account zb0S216C)
|
by blueeyedlion
I have a vector and a list of objects to remove from the vector
|
|
[1 reply] : Use a list. The other iterators will be valid after deleting an objec... (by mik2718)
|
by zeos
Problem with GCC and G++ !!
|
|
[2 replies] Last: Have you read through all the stuff on the wiki and info on the site t... (by Mats)
|
by Medicalsalt
Random number between two floating point numbers
|
|
[2 replies] Last: I don't know if there exist random() in c++, where did you find that... (by eypros)
|
by MorganAW
How to read a file located at C: drive?
|
|
[5 replies] Last: @MorganAW - I assume you're using a new-ish version of Windows. SInce ... (by andywestken)
|
by alirakiyan
accessing application's functions from inside a dll or plugin
|
|
[6 replies] Last: Are you coding in C or C++ ?? In particular, how are you communicatin... (by andywestken)
|
by ron2794
loop not ending why ?
|
|
[7 replies] Last: string testcase ; that would actually compile in mingw and gcc. ht... (by Dacster13)
|
array = pointer ? |
|
[2 replies] Last: An array is not the same as a pointer, even though you can apply squar... (by Galik)
|
by Ben Duncan
Valarray modulus
|
|
[2 replies] Last: Thank you very much, kev, you're awesome! (by Ben Duncan)
|
by denniscpp
what's the problem
|
|
[3 replies] Last: i made a mini version of the code for you guys to try out. to check fo... (by denniscpp)
|
by anjaly
is it valid in c? how can i convert this function to work in c? please help me...
|
|
[1 reply] : what is this CvArr ( struct or class ) . also it is not clear that cv... (by bluecoder)
|
by poolet
problem with function
|
|
[3 replies] Last: ne555 thats for forum... just search and you will find it I can't fou... (by poolet)
|
by denniscpp
how to inherit attributes from one class to another?
|
|
[1 reply] : You should make members you want accessible in derived classes protect... (by Zhuge)
|