Showing posts with label Programming Tricks. Show all posts
Showing posts with label Programming Tricks. Show all posts

Sunday, July 13, 2014

Top 3 Books to Learn Java Programming Language

Leave a Comment
best-books-on-java-programming

Do you want to be a billionaire? There are a lot of ways to become one. Being a Programmer is one of the ways. Although it is not the easiest way but the best thing about being a Programmer is that you don't need to invest any money to achieve your goal of financial freedom. You just need to devote your time and learn the programming languages with in depth understanding of the concepts.

Java is one of the Programming language which can help you make awesome applications for even Mobile operating systems like Android. With this post, I will introduce you to the best top 3 books to help you master and learn the Java Programming Language and become an expert in it. 

Read More

Wednesday, June 26, 2013

15 Killer Tips to Improve your Programming Skills

Leave a Comment

Tips to Improve your Programming Skills

Programming skills are a must for everyone who wants to automate their work with the help of software. Whether it is C, C++, Java, C# or anything else. You will always need to work on improving your programming skills in order to grasp these languages faster. 

Program in Steps to improve your Programming SkillsThe world on Programming keeps on changing with new programming languages coming up with each passing day. But one this is for sure, the core programming principles will remain the same. So developing some of these basic skills would definitely help you in some part of your coding life.
Read More

Sunday, March 17, 2013

Make a fully functional C program without Header File

Leave a Comment

Learn how to make a c program without the Header File


Learn how can you make a c program without the Header File
Hello folks. Through this article, I intend to share how we can design a C/C++ program  without including a header file.
Along with the procedure, I would also  discuss how exactly the include statements are treated when programs are compiled.



Read More

Friday, March 8, 2013

Top resources to learn the latest Microsoft Technologies

1 comment
Do you want to Learn the latest upcoming technologies For FREE

Microsoft Technologies study resource
If your answer is yes, then you are at the right place. In this post , i am going to share with you the list of resources which will help you learn the following things:-



Application development :On Windows Phone/Windows 8/Windows Azure

Office 365  
SQL Server
System Center Windows
Windows Azure
Windows Intune
Windows Server
Business Intelligence
HTML5
Licensing
Management & Security
Private Cloud
Public Cloud Server
Virtualization
CSS3
Javascript
Visual Studio


The resource are in the form of Text/ audio/ Video course and some are in the form of blog posts by different microsoft evangelist. I would also provide you with a subscription to the Microsoft newsletter and twitter/facebook URL(s) of Microsoft India head. 

Read More

Wednesday, July 4, 2012

Top 3 Books to Learn C Programming Language

1 comment

Most Selling Books on C Programming Language



C is a Programming Language developed by Dennis Ritchie at AT and T Bells lab in 1972. C is a programming Language with both simplicity and elegance. It is a widely used programming Language for creating Portable Application Softwares. C is a Middle Level Programming Language and is considered to be the Father of all of Programming Languages.


As we can not create a skyscraper with a good foundation, We can also not excel in the field of programming without C i.e the Basic Programming Language, which would help you build the foundation of your Logic to solve a particular problem.


Therefore its very essential to learn C, so here are the Most Selling Ebooks (free downloads) for the C programming Language

Read More

Monday, June 25, 2012

How to Create a Self Destructing Program in C

Leave a Comment

Create a Self Destructing Program in C

Create a Self Destructing Program in C

 A C program on successful compilation makes a .exe file which is being used for the execution of the Program .This exe file can be directly used by anyone to run the program without looking into the script i.e the coding done for the program.


Using the method described in this Post , you would be able to create a Self Destructing Program in C. A self destructing program in C deletes its .exe file after execution.

Read More

Saturday, June 16, 2012

C Program Without Main Fuction

2 comments

C Program Without Main Function


C program without Main Function

 Main function call the other functions to perform there tasks. As there are Managers in Hotels. Main is the Manager of C programming.
Now a Logical Question arises.




Q.Can we Build a C Program Without Main Function?
Ans. Yes , It is possible to write a C Program without defining a Main function.



Read More

Wednesday, May 30, 2012

How to play Music in C ?

2 comments

How to play Music in C ?


This post is on a very easy way in which you could play a tune in a very geeky looking compiler like C, and impress your programming teacher and friends.





Read More