by taechito
Code can't compile !
|
|
[3 replies] Last: If you add #define _CRT_SECURE_NO_WARNINGS to the top of the file, i... (by andywestken)
|
by Muhasaresa
Dev C++ Works MSVS 2008 Doesn't Work
|
|
[5 replies] Last: That isn't fixing it. That's just a fluke. The program should work i... (by Disch)
|
I want to pass a multi-dimensional array by reference |
|
[7 replies] Last: Ok. I didn't notice it. I thought that matrix is a static variable. (by Syuf)
|
String problem. |
|
[4 replies] Last: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #in... (by Mohammed Abdul)
|
by naes22
Billing System program
|
|
[1 reply] : Change your while statement to this: while( cont != 'N' && con... (by kooth)
|
by bearsomg
Changing Item Text In Combobox
|
|
[4 replies] Last: <snip>...totally misleading and spurious response...</snip> (mis-misr... (by andywestken)
|
by ZED0815
Accessing public members of base class fails
|
|
[3 replies] Last: Interesting, they should link such stuff in their tutorials! Thanks! (by ZED0815)
|
by player6
What does this "new" mean?
|
|
[8 replies] Last: oh, the first line is wrong, I forgot the "*". (by player6)
|
by Greenmeep
Need help debugging a program of mine
|
|
[18 replies] Last: It looks like the program does exactly what I want it to do, now. Befo... (by Greenmeep)
|
by ZED0815
Operator ancestors
|
|
[5 replies] Last: Oh I see, thanks...! (by ZED0815)
|
by DSTR3A
Error C2227
|
|
[2 replies] Last: Thanks, Now more problems ;))) error C2664: 'unsigned int std::basi... (by DSTR3A)
|
by BrunoAmaral
Allocating a big quantity of memory
|
|
[13 replies] Last: Are you sure it's crashing due to a memory allocation failure and not ... (by closed account zb0S216C)
|
by albrittbrat
enum command help
|
|
[4 replies] Last: wow, I feel so stupid right now... Thank you!!!! =D (by albrittbrat)
|
by brownalex
Using eigs in c++, an eigenvalue problem
|
|
[1 reply] : Can't you just get an older version of Octave? (by helios)
|
by DSTR3A
MAPPING
|
|
[5 replies] Last: I've made it as simple as it can be so even a beginner can understand ... (by helios)
|
by muha
Check first two characters in string
|
|
[5 replies] Last: Another approach I sometimes use is 0 == someString.find("70") ... (by andywestken)
|
Array Question, Assistance Needed please |
|
[5 replies] Last: Stewbond , it is highly discouraged to provide entire coded solutions... (by shacktar)
|
by Muhasaresa
C++ Console App v Windows App
|
|
[1 reply] : I have 2 programs that do the same job. Console is 100 lines long. W... (by Mohammed Abdul)
|
by tecnoupdates
How to write a recursive program for tower of Honai problem
|
|
[3 replies] Last: Hi, I know is hard for newbies to get how recursion works, so you can ... (by alex9)
|
by afraidofdark
crtdbg.h memory leak
|
|
[4 replies] Last: yes, I want to ask if some one has an idea about why I get this kind o... (by afraidofdark)
|