peteams
peteams
About
- Username
- peteams
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
I don't quite see where the bool to string conversion is, but you do seem to have a problem with string and int types. The user enters a string userinput. In order to compare that to the int higher you need to convert them to the same type. Since…
-
You need to copy the files off the CD onto your hard disk. In order to work with the solutions Visual Studio needs to create files, and it can't do that on a CD.
-
You need to copy the files off the CD onto your hard disk. In order to work with the solutions Visual Studio needs to create files, and it can't do that on a CD.
-
I am an advanced C++ programmer and I used to make my living writing 100% C++ 100% of the time. Over the last few years I find the amount of C++ I write is diminishing. The deliverables for the last big project I worked on were all C++, but the a…
-
It depends what kind of program it is. Simple answer is you copy it using a USB stick. But that is not the whole story. If by program you mean a Windows executable then you cannot directly run it, it needs Windows to be there in some form to r…
-
It depends what kind of program it is. Simple answer is you copy it using a USB stick. But that is not the whole story. If by program you mean a Windows executable then you cannot directly run it, it needs Windows to be there in some form to r…
-
I am an advanced C++ programmer and I used to make my living writing 100% C++ 100% of the time. Over the last few years I find the amount of C++ I write is diminishing. The deliverables for the last big project I worked on were all C++, but the a…
-
I am an advanced C++ programmer and I used to make my living writing 100% C++ 100% of the time. Over the last few years I find the amount of C++ I write is diminishing. The deliverables for the last big project I worked on were all C++, but the a…
-
You need to copy the files off the CD onto your hard disk. In order to work with the solutions Visual Studio needs to create files, and it can't do that on a CD.
-
I don't quite see where the bool to string conversion is, but you do seem to have a problem with string and int types. The user enters a string userinput. In order to compare that to the int higher you need to convert them to the same type. Since…