by football52
Best way?
|
|
[2 replies] Last: ahhh thanks ! I have it start with 1 because of where the counter is. ... (by football52)
|
by arsonholiday
cin.get() question
|
|
[1 reply] : Use getline instead getline(cin,vig); will put your input into the... (by closed account 2UD8vCM9)
|
by Alam
Ideas?????
|
|
[no replies]
|
by dan2n1
palindrome need help
|
|
[2 replies] Last: The instructor did not state which headers are missing. I will continu... (by dan2n1)
|
Why is this code throwing me a segmentation fault? |
|
[2 replies] Last: Also, line 38 should probably be varCount.push_back(count(factors.beg... (by long double main)
|
by Powdertrail
Question regarding string.append()
|
|
[4 replies] Last: Thanks for responding. Oh, sorry, I must've missed it. Close guess! ... (by Powdertrail)
|
by bradm4593
keep getting 0
|
|
[1 reply] : This is a case of floating point division errors. Considering the tota... (by TwilightSpectre)
|
by toast9
member function not recognizing member variables
|
|
[2 replies] Last: Ahhh thanks, completely forgot that! (by toast9)
|
by hershize
Output for Struct is not turning out right!
|
|
[1 reply] : All of your if statements should have == instead of =. (by long double main)
|
by NandoHead
Get outcome of a league fixture
|
|
[5 replies] Last: A private mail has been sent @mats (by NandoHead)
|
by wavebulb
question about passing a vector into a function
|
|
[3 replies] Last: Thanks guys, got it figured out (by wavebulb)
|
by nbrady95
Simple Boolean function problem.
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/control/ (by rich1)
|
Word Count and Rank |
|
[1 reply] : Any help please? (by lifeintechnicolorii)
|
by Ljuslykta
Non-uniform collision
|
|
[1 reply] : (this may be deprecated) You could use http://www.opengl.org/wiki/GLAP... (by ne555)
|
by musicman74
How do I change the first letter to uppercase?
|
|
[6 replies] Last: Thank you. I think I get it. I'll give it a shot and let you know how ... (by musicman74)
|
by phztfte1
PROBLEM OPENING FILE WITH FILE*
|
|
[2 replies] Last: nvrmnd, An absolutely fantastic answer. I have learned so much. I n... (by phztfte1)
|
Switch statement, char counting two-character sequences |
|
[3 replies] Last: You probably should use a map/array for your counters and not a bunch ... (by giblit)
|
by habakuk
Pointer Newbie Question
|
|
[7 replies] Last: Ok. I hope i got it: int x = 0; int* pointer; pointer = &x; same... (by habakuk)
|
by stiches
Deleting a char*
|
|
[1 reply] : [code firstline=6]String(){ buf = new char ; strcpy(buf, " ");... (by long double main)
|
by hwy63
Using structs in functions?
|
|
[6 replies] Last: NEVER MIND FIGURED IT OUT! I have to put 'struct' in front of fractio... (by hwy63)
|