by cGuru
cin.get() AND cin.getline() ignored by compiler..??
|
|
[1 reply] : Can you post what you have so far? (by megatron 0)
|
by nomnum
for loop OR string::at issue
|
|
[3 replies] Last: no worries. just remember if you've defined an array with ten elements... (by mutexe)
|
by Reiz
Can't manage to use char pointers
|
|
[6 replies] Last: Pointer is a variable that holds one value. A number. The number means... (by keskiverto)
|
by kymattem
Multiple Integration Methods
|
|
[2 replies] Last: Did you figure this out? (by swp147)
|
by harrie
new array and old array
|
|
[2 replies] Last: There is more to note: void howfaraway() { // ... declare and set new... (by keskiverto)
|
Queue |
|
[2 replies] Last: sorry ,, its somebody said to me that insert(,); is a function : its ... (by bookwormjadi1)
|
by Favaro
Using if statement inside for loops
|
|
[1 reply] : i % 12 means get the remainder of i which is zero divided by 12 is eq... (by Peter87)
|
by tlephin
Not adding right
|
|
[4 replies] Last: OH! That makes so much sense! Both problems you helped me resolve were... (by tlephin)
|
by ba123
Need some assistance on this.
|
|
[2 replies] Last: he's right. and inside the array you should do like this if ( my_arra... (by xenovia12)
|
by dunnDolphin
pointer arithmetic to add contents of two arrays
|
|
[1 reply] : Probably because you never initialize the index variable on line 55. :... (by TheKingOfTyrants)
|
by Endymion
Find numbers above and below the average.
|
|
[4 replies] Last: Yes that does seem painfully obvious now that you pointed it out. Than... (by Endymion)
|
by maibinjie
building a program for cafe menu. help!
|
|
[5 replies] Last: I'm pretty much saying you need a counter variable. If the counter for... (by TheKingOfTyrants)
|
by thebest0f
divisible by 11, could use some help.
|
|
[10 replies] Last: Actually, you are correct there. I was thinking the first digit had to... (by TheKingOfTyrants)
|
by cyter
serializing a vector attribute of an object in c++
|
|
[no replies]
|
by tlephin
Always comes back as magic
|
|
[2 replies] Last: Ah! Thank you. I totally forgot about that. (by tlephin)
|
by larryl
std::min() compiler error with WIN32
|
|
[2 replies] Last: Thanks Yanson: That works. I did a search for "NOMINMAX" in ... (by larryl)
|
by ajie9168
Short program
|
|
[1 reply] : From what you have given me: First: cat does not have a body so you w... (by Precious roy)
|
by DAoliHVAR
Removing specific characters in string
|
|
[7 replies] Last: So: 1) add alphabet string to keyword string 2) For each character in ... (by MiiNiPaa)
|
by chris1111678
Outputting a vector into a text file
|
|
[1 reply] : case 1: #include <algorithm> #include <iostream> #include <iterator> ... (by shadowCODE)
|
by drax
undefined vectors
|
|
[1 reply] : A vector of vectors could be used to do what you want. (by kbw)
|