by MedSWEng
Error in a vector program
|
|
[1 reply] : It has something to with prerecompiled headers and stdafx.h. What happ... (by Peter87)
|
by Tesuch
Best way to handle big array declarations/output
|
|
[3 replies] Last: Hi Tesuch, I can see that your program is really a C program that use... (by TheIdeasMan)
|
Ugh... what am I doing WRONG! (1,2,3) |
|
[42 replies] Last: Okay thanks *Hugs you and smile* You were very informitive (by SamanthaSpeaks)
|
by techbask
Updating Variables from a switch
|
|
[3 replies] Last: Yeah, this block is definitely unneccessary: if (choice == 1) { ... (by korshyadoo)
|
filestream help |
|
[3 replies] Last: http://cplusplus.com/reference/clibrary/cstdlib/itoa/ This function ... (by ne555)
|
by mymrmeow
c++ code help (noob)
|
|
[3 replies] Last: With namespace std, if you are just using cout & cin you can have ... (by TheIdeasMan)
|
Simple Code |
|
[11 replies] Last: It would be better to have a switch satement rather than a great big i... (by TheIdeasMan)
|
by kbc08
A couple errors in printmonth program c++
|
|
[4 replies] Last: Hi kbc08, This first point is a technical style one: using namespa... (by TheIdeasMan)
|
by PeterCaya
Troubleshooting with getline statement
|
|
[3 replies] Last: Thanks a bunch! I can' believe that I overlooked that. (by PeterCaya)
|
by techieboy
C file handling query
|
|
[1 reply] : Now I realise that this probably a homework assignment - as such I (no... (by TheIdeasMan)
|
by oscarocampo
Homework
|
|
[1 reply] : OK, I have a number of questions here. Have you tried to debug your c... (by TheIdeasMan)
|
Seperate Compilation of Template in Dev C++ |
|
[5 replies] Last: Hello coder777 and all, I just tried it out, it seems that putting t... (by boscomanilow128)
|
by Perry Turner
includes word
|
|
[3 replies] Last: I wonder if what you need is a switch statement? This will allow diff... (by TheIdeasMan)
|
by Cpp Wreck
C/C++ behind the scenes and it's interaction with machine itself
|
|
[9 replies] Last: Thank you ResidentBiscuit and JLBorges for your guidance.. Helped... (by Cpp Wreck)
|
by Blessman11
Linux running an executable in folder
|
|
[2 replies] Last: Did you mark it as executable? If so, just type this: ./FILENAME (Th... (by Mathhead200)
|
by garanon
"Card" is not a type
|
|
[8 replies] Last: After ages of searching I think I found the error. I had previously de... (by garanon)
|
by Sarah93
vector
|
|
[1 reply] : http://cplusplus.com/reference/stl/vector/ http://en.wikipedia.org/wik... (by Mathhead200)
|
by sepetoner
"int a = 0.05" but "a - 0.05 = 7.45058e-008"
|
|
[8 replies] Last: Let's take 1/3 as an example. This is ~ 0.33333333 in decimal. If w... (by Stewbond)
|
by yan1026
I know nothing, HELP :)
|
|
[9 replies] Last: I recently got my AA in CS and I'm continuing for a BS. It help if you... (by Mathhead200)
|
by abaz01
sequence question
|
|
[1 reply] : You probably don't want a while-loop and a for-loop for this program. ... (by Mathhead200)
|