by cascade384
Structure/variable troubles
|
|
[7 replies] Last: Good eye. I do feel a little dumb for making the mistake, but thank yo... (by cascade384)
|
by gaoria
Cant compile in DevC++
|
|
[9 replies] Last: Thanks Anantmishra (by gaoria)
|
by someguyz69
User-Function not returning the new value
|
|
[3 replies] Last: The C++ Standard Library already comes with the string class that melk... (by Poke386)
|
by avels
Geometric Series - replace pow
|
|
[6 replies] Last: It's a different pair of shoes! Notice that the next member or the ... (by melkiy)
|
by firenwater
Pointer protection?
|
|
[1 reply] : In most operating systems each program works within its own address sp... (by melkiy)
|
by shawncox
Fuction Overload
|
|
[1 reply] : If not to criticize other aspects.... i'm sure it displays all right, ... (by melkiy)
|
by xxyk
How to prompt a shell in C without using system function or execve family?
|
|
[no replies]
|
how to write a program to read a number n |
|
[4 replies] Last: @firedraco: I know, but I saw all @ankitsikka1992 topics like this aft... (by Karql)
|
by Codeghoul
Looking for a mentor.
|
|
[2 replies] Last: Thread is done i have found a suitable mentor. any mopre post woill be... (by Codeghoul)
|
by xSlay3Rx
Program closes on If then statement
|
|
[18 replies] Last: Yeah, it has been stumping me for a few days now and I was trying to f... (by xSlay3Rx)
|
prime numbers |
|
[4 replies] Last: In terms of memory usage, all you really need is a boolean array to in... (by jsmith)
|
by jagat786
Math problem
|
|
[2 replies] Last: Check out http://en.wikipedia.org/wiki/Arcsin It has a formula f... (by jsmith)
|
function usage |
|
[2 replies] Last: Read this: http://www.cplusplus.com/doc/tutorial/control.html#break ... (by Bazzy)
|
by Timbo1
Game componenet missing
|
|
[1 reply] : Too many semicolons: change ;void main(); into void main() ... (by Bazzy)
|
by Timbo1
Game code
|
|
[3 replies] Last: When a function has it's return type as void , it means that it does... (by guestgulkan)
|
How to make a program to enter the base and its power and print its reult??? |
|
[5 replies] Last: Bazzy, Your right, I should have stated that ^ means xor not power. (by Hypersion)
|
by Claymz
Calculator
|
|
[8 replies] Last: omegazero yea ive fixed that already, so it has 2 parameters but its t... (by Claymz)
|
by Ryborg
Making a polymorphic logger
|
|
[2 replies] Last: Perhaps you could add a pure virtual clone() method to the Logger clas... (by seymore15074)
|
by Console
Making a spreadsheet?
|
|
[3 replies] Last: I'm not sure if this is what you want to hear or not, but if you send ... (by seymore15074)
|
by cbdb
having alot of trouble with my class
|
|
[5 replies] Last: Change your include line to: #include <iostream> ...and then every... (by seymore15074)
|