by dlt
do while, while, and eof
|
|
[2 replies] Last: What I was doing above was just a test to get my loops working correct... (by dlt)
|
by InterFiction
Random Numbers
|
|
[2 replies] Last: oops, I knew that too...Thanks. (by InterFiction)
|
by InterFiction
time header
|
|
[2 replies] Last: okay, I think I see what caused it. In my header file where my prototy... (by InterFiction)
|
TMP and codebloat |
|
[no replies]
|
by KodeMaaster
Segmentation fault in C++ code using deque STL in push_back function
|
|
[1 reply] : Put a limit when you read into a char * . Or use a std::string inst... (by ne555)
|
postfix expression C++ |
|
[no replies]
|
by vorticidal
Expression processing
|
|
[2 replies] Last: That's what I'm saying. (by vorticidal)
|
by Kenan
Assigning array values.
|
|
[1 reply] : cout << "b: "; if (invalue != "n" && invalue != "N") {... (by vorticidal)
|
by kw1991
text file not displaying right (1,2)
|
|
[20 replies] Last: both solutions are not working for me #include "stdafx.h" using n... (by kw1991)
|
by smallmos
linked list, help needed please
|
|
[1 reply] : can anyone give a bit of help??? please! (by smallmos)
|
by Heaven Key
need help with pointer
|
|
[1 reply] : I have no idea what your asking for? But the following also works. ... (by binarybob350)
|
by Tampopo
Need help regarding my calculatepay function
|
|
[1 reply] : Change float Employee::calculatePay(float bPay) to void Employe... (by binarybob350)
|
Need help with sscanf() |
|
[1 reply] : Your format can be extracted with this call: sscanf("%d/%d/%d", ...);... (by closed account zb0S216C)
|
by amnakhan786
c code in linux
|
|
[4 replies] Last: "Sounds like a problem for a script. Why would you want to do this in ... (by amnakhan786)
|
by Tian Zhi
Segmentation error
|
|
[8 replies] Last: Problem solved. I added return type for the function. thks! (by Tian Zhi)
|
by bushkanaka86
Inventory Program: Console or Win32?
|
|
[1 reply] : Okay I probably know less than you, but a really cool tool to try out ... (by Matt Cromer)
|
While loop or If error |
|
[3 replies] Last: if I were to use cin.peek(), it would only take the next character. ... (by mzimmers)
|
by RSR102782
C++ on Mac Os X Lion
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/675/ I found this thread abou... (by Dstrayex)
|
by biplav17
Structures problem
|
|
[3 replies] Last: because holder is the user's input that you want to use to change arra... (by SpectresShadow)
|
by Dstrayex
Strings vs. String Literals
|
|
[2 replies] Last: Thank You! (by Dstrayex)
|