24 Ekim 2013 Perşembe

Simple C# Console Game

Hi! Here it is my other text based console application. This is a game that picks a number between 1 to 10 randomly. And your aim is picking the right one. It's included a bit complex C# structures. But it's not very difficult to code. I haven't been interested in C# language for a while. I hope I will not forget my knowledge :) Anyway, enjoy it! :)

17 Ekim 2013 Perşembe

Some Photoshop Worksheets

I'm using Adobe Photoshop CS6 to editing photographs and pictures. It's just a hobby. So I have been engaged in this for a while tonight. I've created a logo for this blog, instead of current simple logo(I will not change the current one for now). I'm not sure it's a nice job or not. Because I haven't been interested in Photoshop for a long time. Therefore I was worried about this. I think it's not that bad although it is the first worksheet after a long break. It's definitely necessary for improving my photo editing skills. Thus, keeping go on!


P.S.: The atom logo isn't copy. I made it on my own(not a big deal, simple).

Distance Measurement Program

Hi again! I have programmed a C++ program which converts kms to miles, or miles to kms. It didn't take a long time for me as a beginner C++ developer. It works successfully now.

Plus, I have learned a fact that we can leave a TAB blank with in the line. It's possible when we use
\t
command before what we are writing in that line. It represents TAB button on the keyboard. I've used three of them to align the headline. After this, found a table shows other special characters. Here it is:
Screenshot of the console application

16 Ekim 2013 Çarşamba

The Second Version of Text Based Calculator

Here the second version of my calculator is!

Within two days, I focused on switch-case command, and fixed something was wrong. I think some slight gaps still exist. Even though they're not very important, the design doesn't look perfect. That's because the program closes itself after undefined operation numbers are entered. I mean there is no way to return at the beginning of the program.

Undefined number is "5"

14 Ekim 2013 Pazartesi

About Development of Text Based Calculator

Hi folks! I have learned a fact that is related to do all mathematical(ok, just four basic ones) process according to your request. The first version of my text based calculator was very simple and ordinary a bit. You had to use the commands step by step for doing any mathematical process. You can analyze the codes of that project, and examine the details at the previous post published October 7. Anyway, I have learned "switch case" command to organize the steps to your requirement. But it's being still developed. Hopefully, I'll publish that in a few days. I think I should name the calculator. It's such an easy-work but worth.

7 Ekim 2013 Pazartesi

Text Based Calculator with C++

Hi! I started to learn C++ at my department last week. I've taken only one course about this. So I'm a beginner, namely I can do some mistakes because of the lack of knowledge. But I believe I will improve myself about this branch.

 Let's start some examples. This is a simple text based calculator programmed with basic C++ knowledge. Only few functions were used as you see. It's formed with almost the same forms repeatedly. It might hold some logical problems, or unnecessary codes. As already stated, this is my first C++ project. So it definitely should be improved.