by joe97038
Not getting any output.
|
|
[3 replies] Last: If you need bigger numbers, you can use long int instead of int . ... (by firedraco)
|
by VMM9
Minesweeper game - HOMEWORK!
|
|
[6 replies] Last: HB88: He never said that we are forbidden to ask for little help XD I... (by VMM9)
|
by haohao908
C++, member function.
|
|
[9 replies] Last: Remove the tilde from your destructor definition and you'll have it. ... (by Bazzy)
|
by mo327
Unresolved External Symbol
|
|
[2 replies] Last: The errors I can see are: class Vertex { public: color c; // where... (by Bazzy)
|
by barneyTdino
Finding a cycle in a graph
|
|
[2 replies] Last: There is a problem. In fact I've tried this problem a number of ways a... (by barneyTdino)
|
All possible "if" statements displayed when only one is desired |
|
[4 replies] Last: Whoa, I got totally off base. It runs perfectly now...thanks a ton!!! (by rythmicillusion)
|
by ztein
program skips through all of the array inputs
|
|
[6 replies] Last: Got it. Thanks. (by ztein)
|
by ztein
i/o file not being read completely to console's results
|
|
[2 replies] Last: Oh right. Thanks. (by ztein)
|
by preetii90
access error!
|
|
[4 replies] Last: thanks so much for the link...i browsed through and it seems very help... (by preetii90)
|
by benjammin
fread and fwrite.. extra data being written to file
|
|
[3 replies] Last: The fread () function returns the number of items it read. You should... (by Duthomhas)
|
by reginat1
C2039 'setprecision' not a member of std
|
|
[7 replies] Last: Thanks for your help everyone. I finally got the problem solved. (by reginat1)
|
by MikailCOLAK
Hi People, I would request a few suggestions
|
|
[2 replies] Last: Thanks for reply @Duoas, I think learning Qt as the GUI. How abo... (by MikailCOLAK)
|
by skater
Pancakes Glutton
|
|
[4 replies] Last: tnx for all the info guys .. will try to use struct now , and YES it i... (by skater)
|
by enterprize
My Code is too long.
|
|
[1 reply] : See if you left an unclosed string. The file would have to be giganti... (by helios)
|
by forza19
How can make class Digram for this!!!
|
|
[2 replies] Last: You could also, ya know, do it yourself? (by firedraco)
|
by cbeppe
C++ Line Counter
|
|
[9 replies] Last: Thanks so much for your help. It works perfectly now, pulling out the ... (by cbeppe)
|
by chinzoo
Convert float to distance
|
|
[3 replies] Last: Thank you Kempofighter! (by chinzoo)
|
goto statements |
|
[4 replies] Last: ya i got rid of them in the code. my compiler was giving me errors and... (by shadowvillian)
|
Enhanced Magic Number |
|
[12 replies] Last: Perhaps in a Utopian world they are. In the real world, there are a g... (by chrisname)
|
by bugs
How to use typedef struct tagName
|
|
[1 reply] : In C, a struct identifier has its own namespace, separate from the r... (by Duthomhas)
|