by Cyan
I'm having trouble picking a programming tool
|
|
[3 replies] Last: I suggest to look for some tutorials or something like that to get fam... (by magnificence7)
|
by Groo
Still doesn't work.
|
|
[2 replies] Last: There is so much wrong I don't know where to start but just a few thin... (by closed account z05DSL3A)
|
by Ratzian
Templates error, inheritance
|
|
[2 replies] Last: Thank you. I wrote it as IAddress<TE>::info and now it works. Unfo... (by Ratzian)
|
by PaperToast
Error "Floating point exception" Prime listing program
|
|
[no replies]
|
by Gorgro
Dynamic array of objects in a class.
|
|
[3 replies] Last: Ok, i made some adjustments and i got most of the errors out, but now ... (by Gorgro)
|
by ehsangha
pointer and constructor
|
|
[8 replies] Last: Dunno. Just a language limitation I guess. (by Disch)
|
by dumas9
string to char[] conversion
|
|
[5 replies] Last: can I use strncpy or strcpy to do the same ? No. Actually, strnc... (by imi)
|
by besc
Why in the world? (1,2)
|
|
[30 replies] Last: Peace on Earth http://www.youtube.com/watch?v=jzw6GiqZyD0&feature=rel... (by blackcoder41)
|
by whitesnow
My C++ teacher said global variables are bad practice?
|
|
[4 replies] Last: - two functions may modify the same variable After i had this ... (by AngelHoof)
|
Letter counter from file |
|
[5 replies] Last: I just posted something like this, for a code review (currently on pag... (by Leppie)
|
by ksport99
Array piece entered by user
|
|
[no replies]
|
by kumarvinay
Declaration and initialisation of variables
|
|
[3 replies] Last: +1 Disch (by jsmith)
|
by joeyjojo
invalid conversion from `char*' to `char'
|
|
[2 replies] Last: Hi JRaskell Thanks for that. I had to alter the class to take in c... (by joeyjojo)
|
by jbl09
how do i input data from a space delimited text file?
|
|
[2 replies] Last: okay, i want it to read the days that are in the same line individuall... (by jbl09)
|
by lakers24
Problem initializing or displaying 2-D array to zero
|
|
[2 replies] Last: The initialization looks fine but what's with the format specifiers ju... (by kempofighter)
|
Sort Function |
|
[3 replies] Last: No it uses pass by value. the iterators are objects that are being pa... (by kempofighter)
|
by shazlin
Question about the Recursion
|
|
[3 replies] Last: Because you call the test function 5 times, starting with num being 5 ... (by closed account S6k9GNh0)
|
by momo1984
How to get the execution time for a bubble sort ?
|
|
[1 reply] : http://en.wikipedia.org/wiki/Bubble_Sort#Performance (by Bazzy)
|
by MrWizard
Problems with my first class.
|
|
[3 replies] Last: no no no, this is wrong. You will have all sorts of linker errors if ... (by Disch)
|
by ryanoc670
What does this program mean?!
|
|
[5 replies] Last: http://www.lmgtfy.com/?q=c%2B%2B+help There you go... (by packetpirate)
|