Showing posts with label c++. Show all posts
Showing posts with label c++. Show all posts

Sunday, November 20, 2011

[C] Draw Rhombus with Text

          Hello Reader ^^! Back again with source code ^^! This time the source code is Draw Rhombus with Text. It is written in C language. This source code will draw a rhombus shape using a character like "1", "I", "?", """, "^", and more. The height of the rhombus depends the maximum width of the rhombus. The wider the rhombus, the taller the rhombus. Okay, that's all I can say. Thank you for reading ^^!




Extra Credit:
- Problem case inspired from my past in high school

Download/View Source Code :
- Dropbox
- Dropbox (Repository)
- GitHub
- GitHub (Repository)









Tuesday, November 15, 2011

[C] Temperature Converter Listing

          It's been a while since I had my last playing with C programming language so this time I made a source code   "temperature converter listing" using C programming language. The problem case is inspired from other site (Look at credit). I manipulated the solution base to make it more variety. Now, this code simulates a temperature which lower limit and higher limit  can be set by user. Assume the temperature is Celcius. After that the user set the step (from the difference of higher limit and lower limit) which the step shall be used to make a list of temperature's value in Celcius, Reaumur, and Fahrenheit. Okay, that's all I can say. Thank you for reading ^^!




Extra Credit:


Download/View Source Code :
- Dropbox
- Dropbox (Repository)
- GitHub
- GitHub (Repository)