by alwayslags
probles with displaying sentences in richTextBox
|
|
[2 replies] Last: ok thx:) solved! (by alwayslags)
|
a problem of mutual type reference |
|
[6 replies] Last: class B; class A { B *pb; }; class B { A *pa; }; but ... (by wenqiang)
|
by purplestar
repetitive loop
|
|
[2 replies] Last: i think you can write a recursive function (by wenqiang)
|
by Krisando
Declaring custom struct in vector array
|
|
[1 reply] : Compiles fine with me on Dev. (by mcleano)
|
by pretty87
Space optimisation
|
|
[1 reply] : I've not catch your idea, but I did some optimization with backward co... (by Denis)
|
by lajos
Choosing x numbers randomly from a list
|
|
[4 replies] Last: hello, thanks for your answer, but unfortunately my english is not eno... (by lajos)
|
by BenManBen
What is wrong with this code?...
|
|
[11 replies] Last: this "[" not "< "sorry (by Mazd)
|
by pizzaboy150
functions in switch statements?
|
|
[5 replies] Last: i did double check my training book and you were correct must having c... (by pizzaboy150)
|
by RialnisMada
Can you put void after main?
|
|
[9 replies] Last: Okay thankyou very much! (by RialnisMada)
|
by Random Noob
pause () fuction (1,2)
|
|
[23 replies] Last: @Randon Noob: so right!!..... (by DemienBjarne)
|
by Random Noob
Testing a field made capital
|
|
[6 replies] Last: See, that's where I was going wrong. I was seeing examples of strings... (by Random Noob)
|
by L E G I O N
inventory system into a header file
|
|
[4 replies] Last: yeah i can make it into a class i just want it to work. w/o having to... (by L E G I O N)
|
Multiple/Chained class templates |
|
[10 replies] Last: Wow, good point.... this is much easier, conceptually. So instead ... (by closed account Lv0f92yv)
|
by gcampton
scope confusion
|
|
[7 replies] Last: oh yeah I knew that *sort of*, that's a little different to how I inte... (by gcampton)
|
by Mike200
overloading the == operator
|
|
[2 replies] Last: okay, i see it .. must have stared at that for ages..!! ,thanks (by Mike200)
|
by jaeger138
Arrays storing data to be eliminated?
|
|
[7 replies] Last: Ugh, use a struct instead of a 2D array: struct Entry { std... (by jsmith)
|
by Veight
Setting ints (1,2)
|
|
[20 replies] Last: I've noticed that if(){} statements seem to only execute once if they... (by R0mai)
|
by giso
++*p: does this code sometimes work differently in cout? why?
|
|
[2 replies] Last: Note that *p++ is not the same as (*p)++, but *(p++). The same doesn't... (by helios)
|
by EightBit
Template specialization error
|
|
[8 replies] Last: The point is that if you have this template <typename T> T maxn( co... (by Skillless)
|
by eviltoaster
What does ^ do in c++?
|
|
[3 replies] Last: In C++/CLI Programming, it is called tracking handles String^ ... (by blackcoder41)
|