by spectrem12
Odd error: no match for operator ... in ....
|
|
[6 replies] Last: I built it and it ran fine for me (Visual Studio 2005). I know its... (by shacktar)
|
by ouch
is there a way to get the pointer to the object which called your function?
|
|
[9 replies] Last: yes, except the classes I'm using are coming from a library I'm using.... (by ouch)
|
creating a managed dll? |
|
[no replies]
|
by vasiqshair
Analysis of the running time (Big Oh notation)
|
|
[1 reply] : Sounds about right. The middle loop is O(n³) and in addition to that,... (by Athar)
|
by h9uest
OOP with C++ : concept question --- violate access control by polymorphism
|
|
[12 replies] Last: :O (by writetonsharma)
|
by matty3269
Pure abstract class using operators.
|
|
[3 replies] Last: It looks correct...but you are right, it does not like the operators t... (by LB)
|
by pain sama
DECLARATION PUZZLE
|
|
[4 replies] Last: Don't forget the the literals are still int s. Try: long int a=(30... (by closed account z05DSL3A)
|
by jorgen
Strange error converting integer to char array
|
|
[5 replies] Last: ...also don't forget to delete ch when you are done with it. (by closed account z05DSL3A)
|
Returning a Block Of Resources |
|
[5 replies] Last: Thanks, Duoas :) Wazzak (by closed account zb0S216C)
|
by jeem
7-11 program need your help
|
|
[2 replies] Last: Don't call main. Loops are for repetition. I don't know what you want... (by hamsterman)
|
by Maha909
How can I mask a circle and a triangle by using the Opencv ?
|
|
[1 reply] : well, if it's circle , you can fill it by any color just by setting th... (by mimirobo)
|
by paulmcco
Finding Missing Values in an array
|
|
[3 replies] Last: hold on a minute .. if ur program is like this: int main() { cons... (by moudiz)
|
by Luffy
Removing from Vector
|
|
[1 reply] : [co de] "Please use code tags" [/co de] while( getline(cashflow, ... (by ne555)
|
by DrakeMagi
Why when i load data from a file last one is double.
|
|
[2 replies] Last: Thanks that works. (by DrakeMagi)
|
by shank8
Connect4 Game Help
|
|
[5 replies] Last: Now, when you have this function, you could call it 4 times for each ... (by sohguanh)
|
by LB
Size of a Reference & How a Reference is Handled
|
|
[3 replies] Last: References are actually a fairly complex subject, requiring some speci... (by Duthomhas)
|
by raymjones
clock type
|
|
[2 replies] Last: the bool is Earlier is not working and i change it up many times thi... (by raymjones)
|
by Ali Topaktas
!!!!can yo help with this program I could not handle with it
|
|
[1 reply] : I don't see any code or work you've done yourself/ (by Zhuge)
|
by chulio
problems: (1)dynamic matrix & (2) with global matrix
|
|
[6 replies] Last: I have the code below, where the matrix mat is global. #include <io... (by chulio)
|
by Treekanicko
Access lines of a TStringList
|
|
[3 replies] Last: Okay, I think I tried that before, but I'll give it another go now tha... (by Treekanicko)
|