by wbeasley
vector value to another vector
|
|
[1 reply] : vector<string> pullednames(nameslong); creates a vector which alread... (by hamsterman)
|
by mhceotto
Array of strings not working
|
|
[1 reply] : Arrays can only be created with a constant value. Try this: const ... (by Stewbond)
|
by Milan03
Outputting specific contents of a file to another file
|
|
[1 reply] : What is that while loops supposed to do. line never changes in it, so ... (by hamsterman)
|
by roryn1
Converting a number into a word (Not 0 to zero)
|
|
[3 replies] Last: You need to declare item higher up in the program. Before you set item... (by Need4Sleep)
|
by ashhuber8
multiple averages into an existing array
|
|
[1 reply] : One way is to declare an array as 2 dimensions of say 10 rows and 5 co... (by buffbill)
|
by havok13888
Reading an encoded AAC file
|
|
[1 reply] : ... (by havok13888)
|
by hopesfall
Creating iterator for my stack
|
|
[1 reply] : you can't return a 'T' pointer from a function that return a 'StackIte... (by Vins3Xtreme)
|
by adn258
A Little Trouble with Deference operator?
|
|
[5 replies] Last: Thanks guys that makes sense now :) (by adn258)
|
Timer Manager |
|
[no replies]
|
by applecrisp
Initialize from a File
|
|
[1 reply] : for example in the file we have: A++ 110 110 A+ 100 109 A 90 99 B 80... (by Vins3Xtreme)
|
Add the variances of 2 sets of independent random variables? |
|
[2 replies] Last: The link that you gave me was a good start. http://en.wikipedia.org/w... (by Arctic Inferno)
|
by MrAnderson
Pointer problem!
|
|
[4 replies] Last: Hi roberts! thanks for your reply and your time! When the socket class... (by MrAnderson)
|
by hopesfall
pointing to an element inside an array
|
|
[6 replies] Last: [quote=hopesfall]If I have an array of const doubles and I want to cre... (by closed account zb0S216C)
|
by j0semigue1
create a file
|
|
[2 replies] Last: thank you (by j0semigue1)
|
Avoiding loss of precision in casting |
|
[1 reply] : You'll get a compile time warning on a narrowing conversion. You real... (by kbw)
|
by fernando
cin.ignore () not working
|
|
[2 replies] Last: Yeah, long double main, you are rigth. Thanks a lot for your quick ans... (by fernando)
|
by patcho
Putting An Array in the Heap
|
|
[3 replies] Last: Use standard container std::vector<double> (by vlad from moscow)
|
by rsh0117
10x10 addition table tweeking
|
|
[1 reply] : Yes there is, rsh0117.. for (int rows=0; rows < 11; rows++) { for (i... (by whitenite1)
|
by Ahmed1
problem in list sorting
|
|
[2 replies] Last: Well, the actual question is that my bubble sorting method did not wor... (by Ahmed1)
|
by rvelez3
linked lists
|
|
[2 replies] Last: This user has copied and pasted the same question 4 times now Duplica... (by Stewbond)
|