by TheAmitKumar
How to disable the "edit" control ?
|
|
[1 reply] : I used ES_READONLY option while creating the window ... and the proble... (by TheAmitKumar)
|
by Garritt518
Can't seem to print argv[]
|
|
[no replies]
|
by karim mo7sen
i wanna to write acode of this program
|
|
[12 replies] Last: Codefreak, you're not helping the situation. Don't stoop to their leve... (by packetpirate)
|
by cainen172
undefined string.
|
|
[11 replies] Last: How the hell do you learn about classes before function parameters? A... (by packetpirate)
|
by hunkeelin
pointers testing
|
|
[5 replies] Last: char* name = "Charmander"; As I know, this should be char const* ... (by stereoMatching)
|
by snakec
c++ using extern keyword
|
|
[1 reply] : functions are all extern by default. and variables are not. define: ... (by sasanet)
|
by whoami32
Haskell?
|
|
[2 replies] Last: Thanks Albatross for pointers. I'm learning C++ as well!! (by whoami32)
|
by sorthon123
Weird segmentation fault (1,2)
|
|
[22 replies] Last: ok cool i got it working right thank you very much for all of your hel... (by sorthon123)
|
by zxzxi
Quick question about classes/pointers
|
|
[4 replies] Last: For example: In the header file you have: void SetSize(int); In th... (by zxzxi)
|
by eze123
Help with for loop
|
|
[4 replies] Last: if ( width < 10 || width > 50 ) { cout << " \n Width is not between 1... (by TrevorD)
|
by Rave
How to delete in File
|
|
[6 replies] Last: Ok, I don't know how this command is used to its full extent, however ... (by Codefreak101)
|
by muham2k
How to create class
|
|
[7 replies] Last: @father sloth AMAZING ARTWORK xD musta' takin days! xD as far as the ... (by Codefreak101)
|
by UGAD51
Issues with class/polymorphism
|
|
[no replies]
|
Receving Errors When Compiling Code |
|
[11 replies] Last: Yeah I'm not sure. I might have to make a makefile. (by KentuckyNative)
|
by Father Sloth
Weapon Classes
|
|
[10 replies] Last: The idea was that the only difference between the weapons is their pro... (by ne555)
|
Reading Multiple lines skip-over |
|
[2 replies] Last: Okay, I think i got it now. Thanks man! (by DeeJayParadice)
|
by hunkeelin
pointer testing #2
|
|
[1 reply] : char temp; // this is a single character variable, it ca... (by matsom)
|
by sasanet
short question about reference
|
|
[3 replies] Last: The second example is returning a reference to the value at ptrNajmanj... (by closed account 3hM2Nwbp)
|
by hunkeelin
searching for link list samples
|
|
[4 replies] Last: ok it's a unary link list let's say link list is 45, 23, 12,5 decendin... (by hunkeelin)
|
by illlojik
Monthly Sales
|
|
[1 reply] : could u paste your homework code here you've created so far to see whe... (by sasanet)
|