by Fuzzy Fungi
Using strings with ofstream
|
|
[1 reply] : Hi again, I sorted it out. I decided to just cout << name.length() ... (by Fuzzy Fungi)
|
by GulHK
redirect cout to a file
|
|
[3 replies] Last: What happened when you tried to redirect to those files? Did they alr... (by Bazzy)
|
by amr fci
PlaySound function
|
|
[5 replies] Last: yeah i have it in the same directory, the program i'm working on is a ... (by amr fci)
|
by plasmoid
Fahrenheit - Celsius programming error.
|
|
[3 replies] Last: I'm not sure if you are using C or C++. Well with Dev-C++ I do this: ... (by qaz123)
|
by spider17
for loop and ASCII table
|
|
[3 replies] Last: if (i == 0) cout << i << " " << "NULL" << " " << "||" << (i % l... (by ne555)
|
by mozly
Simple pointers (dynamic memory allocation)
|
|
[4 replies] Last: Blargh, screw new , use malloc, a loop, and a init function if you ne... (by rocketboy9000)
|
by twentfiveu
My Functions are not passing their references
|
|
[no replies]
|
by assemblyman
Inline assembly reading contents of an array
|
|
[2 replies] Last: Thanks Shredded, when I said inline assembler I meant assembly code do... (by assemblyman)
|
by GOct
Function that will return string or double
|
|
[4 replies] Last: Why exactly do you want to do this? (by Galik)
|
by Blessman11
Open GL logic is like console
|
|
[1 reply] : OpenGL does not listen for events. Your window manager listen for even... (by GOct)
|
by Krisando
Access derived template class of a template class
|
|
[3 replies] Last: I meant that the way your original post was written MSVC would accept ... (by guestgulkan)
|
by Tarou San
Working with binary
|
|
[4 replies] Last: Uhm, ok, I'll use bitwise operators. Thank you for helping me o_~d (by Tarou San)
|
by wtf
How to clear just the eof flag of a file stream
|
|
[3 replies] Last: XOR: file.clear( file.rdstate() ^ fstream::eofbit ); will toggle the... (by Bazzy)
|
by raghavk92
hotel management program problem
|
|
[no replies]
|
by GulHK
linux makefile
|
|
[6 replies] Last: I expect that's because -lmysqlpp was missed off. It should probably ... (by kbw)
|
by firix
create a class to read and write to the file
|
|
[2 replies] Last: I know the files, but How can I use in class. (by firix)
|
Problem with virtual drive |
|
[no replies]
|
by Lubi
Memory Analysis of Stream cipher SNOW 2.0 using C++
|
|
[no replies]
|
by ARWA
function set..dont now how to do it???
|
|
[4 replies] Last: ok, thanks i will try it ^__^ (by ARWA)
|
by lovefromussr
String Pointer Question
|
|
[6 replies] Last: Of cuz if you want to use & when calling you do something like below. ... (by sohguanh)
|