Tag: c++

Check NTFS Version

Microsoft, Windows, Windows Server • 3 Comments

If you need to know which version of NTFS you are using you can do that with the fsutil.exe and the...
Read More Read More: Check NTFS Version

Simple Bean Machine program done in Powershell

Fun, Microsoft, PowerShell, School • 2 Comments

In the last article I posted the C++ Code for a simple Bean Machine output. Now I did the same in Powershell. I know this is not really a...
Read More Read More: Simple Bean Machine program done in Powershell

Simple C++ Bean machine program @KTSI

School • One Comment

This is a simple Bean machine program done in C++ for KTSI. This is how it works, you drop 100 balls and they fall in 6 different boxes....
Read More Read More: Simple C++ Bean machine program @KTSI

Simple C++ rect2polar program @KTSI

School

This is another simple C++ program done for KTSI. This one converts rectangular to polar...
Read More Read More: Simple C++ rect2polar program @KTSI

Simple C++ dec2bin program @KTSI

School

This is a very simple dec2bin program done for KTSI. #include #include #include   using namespace std;   string dec2bin (int...
Read More Read More: Simple C++ dec2bin program @KTSI

Simple C++ Takeway Game @KTSI

School

This is a simple C++ Takeway Game done for KTSI. #include using namespace std;   int main (int argc, char * const...
Read More Read More: Simple C++ Takeway Game @KTSI

Simple C++ lottery program @KTSI

School • One Comment

Here is a simple C++ lottery program done for the KTSI. #include <iostream> #include...
Read More Read More: Simple C++ lottery program @KTSI
Close Search Window
Close