by bpedigo
string variable needs to be const char
|
|
[1 reply] : Two options: The preffered option is to use a c++11 compliant compile... (by TwilightSpectre)
|
by Kevin15663
I need you guys!...again
|
|
[10 replies] Last: No worries, pleased to help :+) Also, there might be a M_PI already... (by TheIdeasMan)
|
by MattTuck
Can someone please explain this...
|
|
[1 reply] : First, you are performing operations with a and b before they have bee... (by TwilightSpectre)
|
by Tiawulf
problem in function
|
|
[no replies]
|
by Kevin15663
Write a program that calculates the distance between two points (Please help me edit)
|
|
[4 replies] Last: @IdeaMan, I'll keep that in mind! I'm currently working on my last pro... (by Kevin15663)
|
by combzy
Calculate Bank Charges Help
|
|
[4 replies] Last: Thank you for your help, it really helped me understand what to do and... (by combzy)
|
by stewartjc1
HELP! Vending Machine Program (C++)
|
|
[1 reply] : I would read the entire file into memory. Then operate on the data in ... (by Garion)
|
by bknick24
nested for loops
|
|
[4 replies] Last: I believe all that I need to figure out now is how to get my program t... (by bknick24)
|
by Coxxej
declaring functions
|
|
[1 reply] : If you need help with functions, this website has a good tutorial that... (by geniusberry)
|
by amitk3553
store a 256 bit number into 64 bits
|
|
[7 replies] Last: Otherwise you will have to specifically bit-shift the numbers out: ... (by Duthomhas)
|
by justin00
[error] 'variable' previously declared here
|
|
[3 replies] Last: Got it, thanks! (by justin00)
|
by SloshyFob
C++ cout~text~ if (int<=)
|
|
[10 replies] Last: @SloshyFob: See this thread: http://www.cplusplus.com/forum/beginner... (by Disch)
|
by alsade
reversing array of char's issue
|
|
[6 replies] Last: Q: What is wrong in this picture? char * my_string::ptr; my_string::m... (by keskiverto)
|
Having trouble with random number guesser |
|
[2 replies] Last: Also generally speaking you should get a seed before creating a random... (by giblit)
|
by thepox
Getting no output...
|
|
[3 replies] Last: Hmm, I thought using std::cin would flush std::cout automatically but ... (by Peter87)
|
by Fauch911
primes/logic error
|
|
[2 replies] Last: Thanks :) (by Fauch911)
|
by fi50
Dynamic Array Help
|
|
[3 replies] Last: You can also return variables by reference using the ampersand (&) cha... (by kevinkjt2000)
|
by cory244
Counting Objects and methods
|
|
[9 replies] Last: Okay, so I have gotten it working as far as counting total LOC. Gibli... (by cory244)
|
by xpg94
Ifstream character problem
|
|
[1 reply] : Maybe this might help: for(char ch = 'a'; ch <= 'z'; ch++) { std:... (by kevinkjt2000)
|
by bknick24
inputting from file stumping me
|
|
[3 replies] Last: If that code were legal, you would still be accessing nonexistent elem... (by cire)
|