by tony62
How to create the equivalent of sub-type
|
|
[2 replies] Last: Thanks Cubbi, your answer was very helpful. Tony (by tony62)
|
by lincollins
c++ win 32 adding list items into a combo box
|
|
[3 replies] Last: coder777 was right. When the height of the combobox is >= 80 both item... (by Thomas1965)
|
by Kubani
MySQL and C++
|
|
[3 replies] Last: Thank you two very much for your guidance. Whatever I have learnt so ... (by Kubani)
|
by simplas2002
Updated 8 page Reference
|
|
[2 replies] Last: Helios: Did you open it? Syntax only, of course. And it's pretty dense... (by simplas2002)
|
by beeclear953
Unexpected break in main() using larger file on working code
|
|
[2 replies] Last: That worked a treat! Thanks TheIdeasMan! It never occurred to me it wo... (by beeclear953)
|
by Goakki
Help!! some issues with creating a prime class
|
|
[2 replies] Last: You cannot return a reference to a local variable (or temporary) in a ... (by cire)
|
by technologist
saving multiple struct based records generic question
|
|
[2 replies] Last: Hi, Declare a std::vector<foo> MyFooData; Then use MyFooData.push... (by TheIdeasMan)
|
by abc1
Typechecking in macros
|
|
[1 reply] : http://lmgtfy.com/?q=C%2B%2B+type+checking (by AbstractionAnon)
|
by rabster
Undefined reference? (1,2)
|
|
[23 replies] Last: Yeah I understand it now, I was thinking I could just change/switch ar... (by rabster)
|
by merdasss
problem with a program that should copy a file
|
|
[1 reply] : #include <iostream> #include <string> #include <shlobj.h> std::wstri... (by JLBorges)
|
by stuti15
delete function not working
|
|
[2 replies] Last: yes... kk will try (by stuti15)
|
by OPzCatchMee
Question on Big Oh notation
|
|
[8 replies] Last: I got it. Thanks you for the help! (by OPzCatchMee)
|
by mrsh
C++ not responding
|
|
[3 replies] Last: Sorry for late reply, I did install the Eigen system and the header fi... (by mrsh)
|
by sjdods
I need some help with the Dice game. Could someone help me with this, please?
|
|
[3 replies] Last: Thank you so much! I got it to work. (by sjdods)
|
by abc1
inline function
|
|
[5 replies] Last: Consider the worst case where a non-inline function is in another comp... (by dhayden)
|
Making Shapes |
|
[3 replies] Last: No. You could build the whole thing in one function with if statemen... (by Moschops)
|
by homing
Portable Code - Type Size problem
|
|
[6 replies] Last: > what problems may actually occur if I just use int for every plattfo... (by JLBorges)
|
Downcasting - Is it that bad? |
|
[5 replies] Last: That's actually precisely what I do I don't think so because Instan... (by dhayden)
|
by Blerta
Pleaseeeeeeeeeeeeeeeeeeee , help me ... i cant get the solution ..
|
|
[2 replies] Last: What do you have a problem with? (by kbw)
|
by antonyt
sorting certain string member in an array struct
|
|
[1 reply] : You can't declare static arrays like that. cout<<"How many students ... (by Thomas1965)
|