by orxshi
Suddenly a variable value changes
|
|
[6 replies] Last: SOLVED: I declared my arrays as, int var but it should ... (by orxshi)
|
Private public errors |
|
[1 reply] : You can use a different return type char getName (char nm ) { re... (by strongdrink)
|
by AndreasFunch
HEAP CORRUPTION DETECTED with openframeworks
|
|
[1 reply] : Build with debug symbols and run it under valgrind or some similar mem... (by Moschops)
|
by damien1986
C++ how to generate students’ transcripts using binary file processing?
|
|
[5 replies] Last: This is a guide about what you should do, this is not an implementatio... (by mrkhn)
|
Correctly Displaying Characters of Other Languages |
|
[3 replies] Last: apologies if my answer was too short and uninformative. i only have kn... (by Ng Han Seng)
|
by cypro
Reading integers from file skipping some chars
|
|
[2 replies] Last: So smart, so simple, Thanks man is working! (by cypro)
|
Random Access files |
|
[3 replies] Last: On your call to open, you need to pass along the fact that you wish to... (by JMJAtlanta)
|
by HenriK
Reading file including already set byte shift?
|
|
[4 replies] Last: OK, I see. Then I guess I have understood byte shifting. Thanks a lot! (by HenriK)
|
by alend
ifstream::good problem in windows and linux !
|
|
[5 replies] Last: Er, well, that example works, but it is still not a very good example ... (by Duthomhas)
|
by johnmariow
iostream cin.clear does not clear input stream
|
|
[3 replies] Last: http://www.cplusplus.com/reference/iostream/ios/clear/ (by Syuf)
|
by jmanikandan
How will Calculate the string
|
|
[1 reply] : #include <iostream> #include <sstream> using namespace std; int m... (by Syuf)
|
by Pratik Jain
Graphics.h problem....
|
|
[1 reply] : None of these functions are part of the C++ standard. You'll need to e... (by Moschops)
|
by dkXIII
Cipher message
|
|
[1 reply] : You need an fstream: http://www.cplusplus.com/reference/iostream/fstre... (by coder777)
|
by th3savinday
Need help printing on screen
|
|
[1 reply] : much appreciated if you could use the code tags we have here :) as the... (by Ng Han Seng)
|
Passing Class object to the same class method |
|
[no replies]
|
"Undefined Reference to..." in Template Class |
|
[5 replies] Last: Class B maintains a list of all instance's of class A that are created... (by Philip Lee Bridson)
|
by trentkg
Reading in Data using fstream
|
|
[3 replies] Last: I'm not entirely sure that you and I are using "header" with the sam... (by trentkg)
|
by nwallace07
Problem reading Binary data from file
|
|
[2 replies] Last: Helios, OMG, thank you. That was it. I realize now that the uint8 t... (by nwallace07)
|
please help me with my program. |
|
[3 replies] Last: Can you post your code as it is now? Also, don't start parallel threa... (by helios)
|
by Modify
Erasing part of the string
|
|
[1 reply] : I would recommend using a combination of string.find_first_of and stri... (by Philip Lee Bridson)
|