by nsw1216
Problem with input
|
|
[18 replies] Last: It becomes like this during the second loop. WELCOME TO ... (by nsw1216)
|
by gnugu
set of integers
|
|
[4 replies] Last: thanks i missed the sentence Internally, the elements in a set are ... (by gnugu)
|
by lace28
Program crashing in optimized or default mode
|
|
[3 replies] Last: New facts: Changing the CXXFLAGS -O2 option in the makefile to -O1 ... (by lace28)
|
by nikman
loading from file
|
|
[no replies]
|
by shamcr07
Integrating using c++
|
|
[6 replies] Last: float v ; I am prompting the user to enter six numbers, or... (by jsmith)
|
by JamesB
2d Vectors
|
|
[3 replies] Last: Here is a synopsis of vector: template< typename Tp > class vec... (by jsmith)
|
by JRevor
Problems with stl set, and Random numbers
|
|
[3 replies] Last: What does Polinom's operator< look like? You probably want to move ... (by jsmith)
|
by nsw1216
getline function prob
|
|
[5 replies] Last: Fixed the probs. Act is not my source code prob. there is a bug on the... (by nsw1216)
|
by kakashi316
undeclared declaration in friend class
|
|
[2 replies] Last: thanks dude,worked perfectly. (by kakashi316)
|
by kakashi316
compiler warning
|
|
[1 reply] : The function must be preceded by the same template stuff as is your l... (by Duthomhas)
|
by nsw1216
How to print out line input includes whitespace
|
|
[19 replies] Last: I have a problem about the getline(). Why my 1st input will goes to th... (by nsw1216)
|
by kakashi316
expected unqualified-id before ""
|
|
[8 replies] Last: thanks i fixed it (by kakashi316)
|
by JamesB
memcpy with strings
|
|
[4 replies] Last: It's a function it's a function that's only called from one function, ... (by helios)
|
by kakashi316
linked list error
|
|
[9 replies] Last: missing semicolon line 7 and 14; #endif on line 30 should be at EOF... (by jsmith)
|
by Null
Export
|
|
[1 reply] : Double post: http://www.cplusplus.com/forum/general/15691/ (by Bazzy)
|
by Null
Export
|
|
[1 reply] : 1. http://www.network-theory.co.uk/docs/gccintro/gccintro_61.html 2. ... (by Bazzy)
|
by nrose
how to control how many characters are printed per line
|
|
[5 replies] Last: already got it running thanks for your help (by nrose)
|
by dragonflare
question on arrays
|
|
[3 replies] Last: I tried to do it how you were laying things out. This isn't everything... (by Mythios)
|
by spazamatic2
for loop
|
|
[4 replies] Last: I now have a new code but the only problem now is that it won't print ... (by spazamatic2)
|
by Mythios
Checking if two vectors are equal.
|
|
[10 replies] Last: Not really sure what your getting at there... not sure at all? (by Mythios)
|