by rsg
headers in dev-c++
|
|
[1 reply] : The error is in your cimg class in your header file. Hope that helps a... (by closed account NUj6URfi)
|
by natekelsey
Selection Sort Swap Function
|
|
[4 replies] Last: It's always the small things that tend to elude my mind. It's the ... (by Catfish4)
|
by XiangzhenWu
clreol() and clrscr() function not working
|
|
[3 replies] Last: thank you^-^ (by XiangzhenWu)
|
by sanasuke15
char inputs
|
|
[3 replies] Last: Thank you, it worked. It's like magic when you suddenly know something... (by sanasuke15)
|
Calling a function |
|
[15 replies] Last: You have to have the <= sign for this though. So it will print nu... (by TheIdeasMan)
|
by machinafour
Arrays can be modifed when passed as arguments??
|
|
[6 replies] Last: If you do that, then I would still use the const keyword, it both do... (by Chervil)
|
by cwanish
Basic char, int and ASCI with 'if' function - simple question
|
|
[1 reply] : Fouth letter has index of 3. Count it yourself: 0-1-2-3. So, change k... (by MiiNiPaa)
|
by Exempt
class design, singleton?
|
|
[7 replies] Last: I've been think about how to create a system class that would be easy... (by knn9)
|
by backtoschool
compare fields in an array
|
|
[2 replies] Last: Hi there, Please note that using goto is considered to be a bad pract... (by closed account o3hC5Di1)
|
by khelkely
Exercise
|
|
[6 replies] Last: Hi there, Why did you copy your earlier post? Chervil kindly offered ... (by closed account o3hC5Di1)
|
Datastore mapper class design |
|
[9 replies] Last: That seems like a great solution. I would have to ensure the reference... (by closed account o3hC5Di1)
|
by nobodyownz
Convesion of char to int !!
|
|
[10 replies] Last: Hi there, The code I gave you does pretty much what you need. Please... (by closed account o3hC5Di1)
|
by yaraa
Can you tell me whats the output here and explain to me how!!
|
|
[2 replies] Last: Why don't you simply compile and run the program yourself? Your main(... (by keskiverto)
|
by metulburr
comparing against last element of vector
|
|
[9 replies] Last: An alternative: #include <iostream> #include <string> #include <vect... (by cire)
|
by Vuqar1618
Please for this bug////
|
|
[8 replies] Last: The philosophical question is, should the simple examples simply spit ... (by keskiverto)
|
by allendks45
Help with File Read In and Output to File
|
|
[3 replies] Last: The reason they are both the same is the ; at the end of this line el... (by histrungalot)
|
by fmedina151
not looping!
|
|
[9 replies] Last: thank you. I have been learning in college as well and hope it help wi... (by ihiUYUH)
|
by Oalvarez
If statements help
|
|
[3 replies] Last: I'm a beginner myself so forgive me if I'm wrong but I think the 'if' ... (by dcardin14)
|
useful resources for c++ beginners |
|
[6 replies] Last: That why I posted link to cppreference too. There is exaples almost fo... (by MiiNiPaa)
|
C++ Simple Game.. |
|
[4 replies] Last: Oh, it is not as hard. If you do not mind to stick to console-based v... (by rodiongork)
|