by nonzenze
My "Fully Buffered" fstream wrapper class -- Comments Please
|
|
[no replies]
|
by akmal4ik
HOW TO:write cirillic to a file
|
|
[1 reply] : You should specify the encoding eg: fstream f("file.txt"); f... (by Bazzy)
|
custom library (if any) |
|
[3 replies] Last: No, not predefined. You have to write it yourself. (by jsmith)
|
by olove5
I can not figure out thos errors 11:50 PM
|
|
[3 replies] Last: Is the bolded line of code inside one of ConvInfPost's member function... (by jsmith)
|
by cidron
simple arraycopy
|
|
[7 replies] Last: Doing char arr1 = { A, B }; doesn't make sense since A and B are bo... (by jsmith)
|
by akmal4ik
write unicode to a file
|
|
[2 replies] Last: A couple of observations. wchar_t name = "акмал"; should b... (by kbw)
|
by n4nature
fitting a string in an array of pointer to characters
|
|
[6 replies] Last: No. It's not strange at all. Not all buffer overflows instantly crash ... (by helios)
|
by cidron
simple arrayproblem
|
|
[11 replies] Last: The code both n4nature and I posted does exactly what you described. (by helios)
|
double const in a definition |
|
[2 replies] Last: thanks. (by KarlisRepsons)
|
by phudgens
Conversion from C to VBA
|
|
[9 replies] Last: You're right - there is an extra ) after theta in the original C code ... (by phudgens)
|
by n4nature
optimizing a function to print words (in a sentence) in reverse order
|
|
[4 replies] Last: Thanks for this answer! (by n4nature)
|
by varyant
Trouble with Class Files
|
|
[1 reply] : One cannot compile code with a linker. In your case, when you compi... (by jsmith)
|
by raneif
repetition
|
|
[2 replies] Last: You can use another variable in the for loop (say j) that counts from ... (by n4nature)
|
by akp
How to run WinSCP.exe from my application
|
|
[1 reply] : Remember that \ is used for escape characters so change the path to "... (by Bazzy)
|
by jadmacro
Making a sudoku 4x4 combinations lister
|
|
[6 replies] Last: I just noticed I had misread your original post; one must also check t... (by tition)
|
by sebogawa
USB Webcam Line Detection
|
|
[1 reply] : There is a guy, Chesnokov Yuriy, on The Code Project that has don... (by closed account z05DSL3A)
|
++ and -- operator tricks on char* |
|
[6 replies] Last: Thank you all! (by KarlisRepsons)
|
by Galilio
Generic programing/ no vector but array
|
|
[no replies]
|
by koliva
File Size of Saved Bitmaps
|
|
[4 replies] Last: I get 2.572.870 bytes as a result. Very close to the 2,572,816. I th... (by koliva)
|
by vijkrr
finding all the functions and total number of lines in that function.
|
|
[no replies]
|