
please wait
by Veltas
Good C++ Software
|
Please excuse me if I don't use correct terminology since I'm still relatively new to C++. I can already program with OOP and etc. however I want to do some se... |
Dec 2, 2010 at 11:09am
[4 replies] Last: Here is a good tool to find and delete duplicate files http://www.d... (by markhugy)
|
by iplus91
reading the last char twice
|
I am not going to type in all my code, but when I run the program it reads the last char twice.How can I fix it thank you void main() { ifstream fin; ... |
Dec 1, 2010 at 7:17pm
[5 replies] Last: You're welcome! Please mark this as fixed if this worked for you. (by kooth)
|
writing a structure to a file |
I don't really a program that exists yet, but i was thinking of writing code that would allow the user to enter a structure into a file that already contains a ... |
Dec 1, 2010 at 4:44pm
[1 reply] : A few things to thing about: The seek functions will be handy. ... (by kooth)
|
by adn258
How do you make Applications That Have a GUI?
|
So I have Been making decent console applications for awhile now but there is something about trying to understand The general concepts that leaves me not only ... |
Dec 1, 2010 at 4:32pm
[11 replies] Last: Glad to hear you are making progress. No, there isn't anything at all... (by freddie1)
|