by makan007
While Loop
|
|
[3 replies] Last: #include <iostream> using namespace std; int main () { int a = ... (by screw)
|
by gpht
function definition error
|
|
[1 reply] : img(p.x,p.y) = 1; What is this supposed to mean? (by helios)
|
by aliens112
Program closing...
|
|
[5 replies] Last: Duoas thanks a lot. although I don't 100% get what you meant in your c... (by aliens112)
|
by gpht
image processing programming
|
|
[3 replies] Last: Do you have to also display the image? Or just load the data from the ... (by NGen)
|
by koenaad
the right compiler (1,2,3,4)
|
|
[61 replies] Last: Edit: Ok, I'll stop... By the way, return 0, I only 'rant' on threa... (by chrisname)
|
by ahmunre
complete beginner
|
|
[1 reply] : http://cplusplus.com/doc/tutorial/ (by chrisname)
|
by pedrosacosta
Example of Polymorphism
|
|
[6 replies] Last: In your header file you should get into the habit of doing class... (by jsmith)
|
by pistol1
int unexpected error
|
|
[5 replies] Last: A semi colon terminates a line. Actual new lines are mainly for readab... (by Chewbob)
|
by InLight
How are std::list::iterators maintained/made?
|
|
[7 replies] Last: InLight: in what respect does the STL "suck"? (by jsmith)
|
by pyinmaiy
problem on the output--newbie
|
|
[6 replies] Last: Thats fine. The reason why what you was doing before wasn't working, a... (by mcleano)
|
by schlumsch
MS VStudio 6, find Code for Buttonevent
|
|
[5 replies] Last: The ClassWizard database can be created & recreated whenever you like.... (by Lodger)
|
by thirdwave
taking a value generated by a non-main function, printing
|
|
[1 reply] : well. you said that by making the variable global they will be visible... (by Cojones)
|
by DrChill
Where do I go now?
|
|
[5 replies] Last: Use the string class. http://cplusplus.com/reference/string/string/ Yo... (by Cojones)
|
by gpht
no errors
|
|
[1 reply] : Hello! I don't know your algorithm but yours checks the diagonal. B... (by screw)
|
absolute beginner, and about DevC++ |
|
[1 reply] : 6 months? No. It will take you 6 months to absorb a great deal of an a... (by helios)
|
int get() |
|
[3 replies] Last: @chrisname: "Remove the "int" and just type "get()" -- Yes, in hindsig... (by closed account jLNv0pDG)
|
by areyoupp
graphics.h tutorial?
|
|
[4 replies] Last: okey guys.you are right.i won't use "graphics.h" because I'm not old ^... (by areyoupp)
|
by cppuser
Question regarding static pointers as class members
|
|
[3 replies] Last: Ah, yes... I sometimes hate this syntax. :) Regards (by cppuser)
|
by audit
Try to design a rational number class
|
|
[13 replies] Last: 32-bit ints have an upper limit of 2^31-1, or 2,147,483,647. (by helios)
|
by cdh473
Initializing nested classes
|
|
[6 replies] Last: Why would you want to do that? The point of a nested class is that it ... (by Chewbob)
|