by davidm
sort code
|
|
[1 reply] : Lets look at one thing first: void mySwap(int arr ,int place) { int ... (by keskiverto)
|
by nffarah
Trouble with classes (for experts only)
|
|
[3 replies] Last: Let's walk through the code starting at line 119. * You declare a rec... (by tscott8706)
|
by CaptnJunks
Learning QT - Books?
|
|
[1 reply] : Download Qt (it's Qt, not QT BTW :) ) and just get started. Make a sim... (by hyperfine)
|
by BobMorane
Exception not thrown/caught
|
|
[8 replies] Last: Thank you very much, that solved it for me! (by BobMorane)
|
by Future Epic
drawing problem
|
|
[3 replies] Last: Hia! I can give you an example of some code that draws a circle, hopef... (by ultifinitus)
|
by mighty asker
Pushing words to a vector
|
|
[14 replies] Last: cin.ignore(100, '\n'); This would keep extracting characters from... (by Texan40)
|
by ye23
[Updated] Guessing game program advice
|
|
[1 reply] : Please use code tags: [co de] Your code [/co de] Read this: http://w... (by coder777)
|
by bostock11
fstream
|
|
[1 reply] : Probably your application couldn't find the numbers.txt file. Check in... (by S G H)
|
by zero2343
Shell sort with an array of gap sequences
|
|
[1 reply] : You're not using a.size() . Take a look at the Pseudocode: https://e... (by coder777)
|
by persades
class paramaters
|
|
[2 replies] Last: In your class definition, you only declared a prototype for default... (by bazetwo)
|
by DakotaLee
Classes
|
|
[1 reply] : So, do you have any questions? It looks like that void Numbers::prin... (by coder777)
|
Console trouble |
|
[2 replies] Last: I'm on a phone so I can't post the code right now, but I can say that ... (by DarkLightHitomi)
|
by daemonhall
if else statement using strings?
|
|
[2 replies] Last: Don´t forget to close the case as solved ;) Have a nice day. (by patriic48)
|
by patriic48
Function call from class
|
|
[2 replies] Last: Exactly, the problem when I take away the vector in class Konto { pub... (by patriic48)
|
by tamtelu
Recursive Function Conundrum
|
|
[1 reply] : factorial(4) if (4 == 1) // No result = factorial(3) * 4 if ... (by Smac89)
|
by etrusks
overloading template<class T> operator>> for vector<T>
|
|
[6 replies] Last: @fg109 Are you sure that it's giving you an error for that line? I co... (by etrusks)
|
by isuru7777
could somebody correct my code
|
|
[2 replies] Last: Thank you very much for the reply. but I still couldn`t get it right (by isuru7777)
|
by ye23
Guessing the number program Advice
|
|
[2 replies] Last: thx apperciate it but it turns out the code kept crashing for me so i ... (by ye23)
|
by savanh
question
|
|
[2 replies] Last: [quote=savanh] compsition inshilizing by copy constructor I have no... (by ultifinitus)
|
error: expected primary-expression before } token |
|
[1 reply] : Ohi! You didn't declare the student object before calling student.r... (by ultifinitus)
|