User profile: softwaretime

User info
User name:softwaretime
History
Joined:
Number of posts:24
Latest posts:

Rename a textfile in a GUI CLI project
Hello, can somebody please show me how to rename a textfile in a Visual C++ CLI GUI project. I've tr...

Visual C++ File I/O
Hi everyone, I've been trying to figure out how to make, for example a button in Visual Studio C++ t...

File I/O in a Visual C++ GUI
Hi everyone, I've been trying to figure out how to make, for example a button in Visual C++ that can...

return to start
Well first, you haven't declared a variable called "c", so create char c; so the option system works...

Global variables! Where do i use them
You use global variables when you're calling a function and need a variable (or variables) to put in...