by erhuu a
programing problem
|
|
[2 replies] Last: OHHHH sill mistake thank you so much (by erhuu a)
|
by D4rkZ3r0
Header File woes
|
|
[6 replies] Last: Appreciate the insight! (by D4rkZ3r0)
|
by Gaminic
Debugging help - Heap Corruption.
|
|
[3 replies] Last: Apparently my post didn't come through after I marked it as solved. ... (by Gaminic)
|
by bhamy
Unsure how to use 2-d array
|
|
[4 replies] Last: The size of the array has to be known at compile time. That means that... (by Peter87)
|
problem in modifying record in binary file |
|
[2 replies] Last: Line 13 is wrong. You probably want to change it to while(File.read(r... (by Peter87)
|
by Integrater
Trying to pass references to a function.
|
|
[2 replies] Last: Ah yes I forgot that you don't pass a reference, you pass a variable a... (by Integrater)
|
by erikn
What's a good place for beginner SDL help?
|
|
[2 replies] Last: Yeah, I'm right in the middle of the Lazy Foo tutorial, but for some r... (by erikn)
|
by shooninjo
while loop "breaking" because of cin.get?
|
|
[1 reply] : your functions "decrypt" and "encrypt" must return value. (by codekiddy)
|
by kingsamuraix
needs help with code
|
|
[4 replies] Last: @Peter87 : It's a good practice anyway. :) (by hentaiw)
|
by PabloPiddy
Error undeclared indentifier
|
|
[6 replies] Last: You can scan your errors and for each one of them declare your undecla... (by eypros)
|
by Coder69
Pascal Triangle Program stops responding half way through.
|
|
[6 replies] Last: On my PC, factorial(13) was bigger than an int so I got the wrong re... (by vin)
|
by Evilcise
Newb needing help
|
|
[5 replies] Last: Enums are really just a way to get around the whole "magic number" pro... (by ResidentBiscuit)
|
by codrgi
what is the correct way for doing this?
|
|
[5 replies] Last: Instead of something linear, try something logarithmic or try a power ... (by Mathhead200)
|
by quigly1337
Trouble Writing To File
|
|
[4 replies] Last: std::cin.ignore() works well. (by closed account zvRX92yv)
|
by humyunfuad
C++ to MathLab
|
|
[1 reply] : Copy and paste? O:) Jokes aside, is this what you were looking for? ... (by Albatross)
|
by Kieth89
A bit confused on Pure Virtual Functions
|
|
[9 replies] Last: Okay, I think I see why it wouldn't work now. I had scanned over the ... (by Kieth89)
|
by eido
need help converting c to c++ (simple error but cant fix)
|
|
[1 reply] : [co de] "Please use code tags" [/co de] $ cp cpyFile.{c,cpp} wh... (by ne555)
|
by lare26
time.h powered function acting strange
|
|
[7 replies] Last: Lines 14 -18 will never get executed within your code. I hate to see... (by Lynx876)
|
by ausairman
how do I store a character in a "const char"?
|
|
[2 replies] Last: doh! Thanks (by ausairman)
|
by PabloPiddy
Error compiling
|
|
[2 replies] Last: Thanks you, (by PabloPiddy)
|