by BC300
Multiple Error Messages to Compile Program
|
|
[5 replies] Last: ..... task is to take existing code I was given by my professor and ... (by TheIdeasMan)
|
by theperson
My program is compiling even though it shouldn't. What flags should I be setting?
|
|
[6 replies] Last: > Codeblocks tends to often allow non-standard c++ code to compile by ... (by JLBorges)
|
by jheard901
Let's Play: Guess what this Variable should be!
|
|
[4 replies] Last: Speaking of humour, I like this a lot :+D [quote=Danny Toledo] auto ?... (by TheIdeasMan)
|
by joon2k
having trouble using for loops..
|
|
[1 reply] : Hi Joon, In C and C++, arrays start at zero and end at size -1. So w... (by TheIdeasMan)
|
by bpedigo
Problem with the return on a function
|
|
[2 replies] Last: Thank you so much!!!! I added all the equal signs to the code and it w... (by bpedigo)
|
by giraffe1234
Driver Function?
|
|
[5 replies] Last: Just include the header file you already have (without the main() func... (by TheIdeasMan)
|
by ivan1
Time Limit on C++
|
|
[3 replies] Last: If you want the program to only execute for 360 clock ticks then that ... (by Smac89)
|
by muthurajaj
ATM machince algorthium and code
|
|
[3 replies] Last: Sorry to say, but please write code in code format .. (by ButchCavendish)
|
by skystrong11
My program complies but won't output what triangle it is
|
|
[1 reply] : First please use the code tags. Here, this is better. #include <io... (by Garion)
|
by jackbruns28
string buffer problems/inputting on same line
|
|
[2 replies] Last: But don't I still need the /*cin >> buf; x = atoi(buf.c_str()); cin... (by jackbruns28)
|
by bjt223
Helping to understand the problem.
|
|
[1 reply] : Yeah, I also wasn't sure exactly what they were saying but it is two n... (by Zhuge)
|
by utarinsyis
Code not working
|
|
[2 replies] Last: Hi utarinsyis, have a think about what is happening here and step thr... (by TheIdeasMan)
|
by Brandon23z
How do you getline and int variable?
|
|
[no replies]
|
by playitpro
Input/Output using .txt files
|
|
[2 replies] Last: @Smac89 Thanks, I forgot about that part! But I still have the problem... (by playitpro)
|
by jwilt
infile to array
|
|
[1 reply] : I hope you realise you have not actually stated what the problem is. Y... (by Smac89)
|
Constructor default versus non-default |
|
[7 replies] Last: I quite like the idea (and it does seem to be a bit of a convention) t... (by TheIdeasMan)
|
by borgist
program that randomly chooses between add and subtraction.
|
|
[2 replies] Last: make another random number generator in a range of 1 to 0 to determine... (by Cody0023)
|
by Tiawulf
trouble with function
|
|
[3 replies] Last: #include <iostream> #include <string> #include <algorithm> double av... (by xismn)
|
by Kevin15663
Area and Perimeter
|
|
[4 replies] Last: Thank you so much guys! My first time on this site. So glad I found it... (by Kevin15663)
|
by lorilew
Standard Programming
|
|
[9 replies] Last: Hi lorilew, Thanks for your feedback :) With pointers - they are jus... (by TheIdeasMan)
|