by fetzjr
Should i even take the time to learn Qt?
|
|
[2 replies] Last: You CAN create things dynamically in qt creator I never use the Qt Des... (by giblit)
|
by gantz2109
Help Please
|
|
[1 reply] : It looks to me like the you're going about this in the incorrect order... (by HoneyBoy)
|
by kortneycoles
Date loop
|
|
[4 replies] Last: Thanks, that worked perfectly! (by kortneycoles)
|
by eagle69
Adding sales and customers to a database
|
|
[no replies]
|
by Enchie
The Age Old "which one first?"
|
|
[1 reply] : C/C++ if you want better understanding how things works closer to hard... (by MiiNiPaa)
|
Recursion and Arrays |
|
[12 replies] Last: You can remove all stuff that deals with templates. For example size... (by vlad from moscow)
|
comaring string (1,2) |
|
[20 replies] Last: Anyway, as I said a few posts earlier, add these lines in your functio... (by Chervil)
|
by tpinon
question help on pointers
|
|
[4 replies] Last: great. thanks Vlad! (by tpinon)
|
by borisrobson
New to C, a few 'invalid conversion' and 'too few arguments' errors
|
|
[4 replies] Last: An immediate problem I see is that in your functions you try to access... (by Catfish4)
|
by TECKSPEED
Read input from a file and output results
|
|
[4 replies] Last: This need some sort of loop structure. First read the "5 S" part. Then... (by Chervil)
|
by xdavid817x
Having Issue with output to text file.
|
|
[2 replies] Last: Wow... I couldn't believe I didn't think of that. Thanks! it works! I'... (by xdavid817x)
|
by BaseRev
determine if an undirected graph is a tree using map
|
|
[4 replies] Last: I changed the idea to this and now it works as expected : #include ... (by BaseRev)
|
by Xilonian
Help with a class
|
|
[4 replies] Last: You have to create a Matrix object in the function and return that one... (by keskiverto)
|
by odai
what is the wrong in this function ?
|
|
[10 replies] Last: my program working but there's wrong in this function !! template<cl... (by odai)
|
by codemunchkin
*s vs s in a function
|
|
[1 reply] : 's' is a name of variable that is a pointer. The va_start and vprintf... (by keskiverto)
|
by majookka
how to return to beginning of the case if user press wrong Character?
|
|
[1 reply] : while ( cin >> answer && ! ('a'==answer||...) ) { cout << "You ... (by keskiverto)
|
Encryption program |
|
[7 replies] Last: now thats what i call an encryption program......:):):) thanks a lot ... (by closed account 1wvX92yv)
|
Program skips if statements |
|
[4 replies] Last: Your line 54, the: enemyH = enemyH - atk; can be replaced with: ... (by Ispil)
|
by mordred2
quick sorting a dynamic array
|
|
[1 reply] : Wait, what are you sorting here? If it's numerical, I know that there'... (by Ispil)
|
by sakonpure6
How Can I sort 2D Array?
|
|
[2 replies] Last: Well, I don't believe you can sort a 2D array using the sort function ... (by Ispil)
|