by coder777
One part of a code won't print out on window
|
|
[4 replies] Last: The question is: Why am I beginner in c while I'm not? (by coder777)
|
by melissak0421
recursive functions of a class
|
|
[1 reply] : Why does your insertion sort need to be recursive? (by jsmith)
|
by Brayan
binary to dec...
|
|
[5 replies] Last: ok i understan now. but what about changing 1 to "i" ? And my progr... (by Brayan)
|
by Phasor
Linked Lists
|
|
[3 replies] Last: no. it should just be while( current != 0)... but then you have to ... (by hamsterman)
|
by kenter13
Problem with writing byte
|
|
[5 replies] Last: Thanks for all replies. With your help, I solved the problem. C... (by kenter13)
|
by mcelgiraffe
Custom Exception Class frustration.
|
|
[3 replies] Last: Don't make an enumeration for exceptions (because you could only catch... (by moorecm)
|
by babycakes
if statment within a do while
|
|
[1 reply] : Does this compile for you? I thinkyou need an } after line 86, yo... (by Pax)
|
by Confusedent
Simple question about vectors of pointers
|
|
[5 replies] Last: Thanks for your help. I'm not familiar with smart pointers or boost so... (by Confusedent)
|
by dbridle
Finding the size of a stream (LPSTREAM)
|
|
[2 replies] Last: Thank you that worked perfect! (by dbridle)
|
by udayRage
Add operation in Bitset
|
|
[3 replies] Last: and: A &= B or: A |= B ... this http://www.sgi.com/tech/stl/bitse... (by coder777)
|
by boaschri
Problem with calculator program includes stacks
|
|
[1 reply] : Looks like you are trying to pass a string object to the function ato... (by Tabian)
|
by gunlocksp
How to output a cout to another dos window?
|
|
[no replies]
|
by gunlocksp
How to compare numbers inside a txt file
|
|
[8 replies] Last: Thanks!! Finally got it to work!! XD (by gunlocksp)
|
by Brayan
First programm
|
|
[1 reply] : Your for loop conditions are wrong. I think you want to change i=0 to ... (by Pax)
|
by Planet Telex
Do while loop not executing properly
|
|
[3 replies] Last: You read into 'option' on lines 8 and 10. You probably want to change ... (by Pax)
|
by Pratima
Execute program from Command Prompt
|
|
[1 reply] : cd "C:\Users\myname\Documents\Visual Studio 2005\Projects\" ppa.exe ... (by Athar)
|
by pabloist
question about class member inheritance
|
|
[1 reply] : I don't see why it wouldn't be a bad idea right off hand, other than a... (by closed account S6k9GNh0)
|
by jamesmk
Multiple File compilation
|
|
[3 replies] Last: Actually, I got it. Thanks to both of you! (by jamesmk)
|
by jjp
Volume of a sphere using call-to-value function
|
|
[8 replies] Last: I'll give you a better link. This site actually has a great tutorial ... (by HooklessFastener)
|
by mcelgiraffe
Array of pointers to objects
|
|
[4 replies] Last: I did basically what you said and after going back and re-reading the ... (by mcelgiraffe)
|