This is a Simple tutorial for Beginner on how to use Visual C++ for first time for creating Hello World!, who are not familiar with its interface.

For First time user, there might be problems in creating programs.

 

Download Visual C++ FREE form MSDN.(http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express )

Register your product and start with tutorial.

 

 

Technorati Tags: visual c++,hello world,dosbox,c++,devlopement

 

 

Some of you might have used turbo C++. But it is not supported in full screen mode in Vista and Window 7.(For more info http://www.whitehatandroid.com/2010/09/dosbox-run-turbo-c-in-windows-7vista-in.html )

 

One my readers asked

How to run Turbo C++ in Windows Vista ?

My friend has this problem with her new Laptop. She cannot use Turbo C++ on the Windows Vista OS.
Can anyone suggest a solution for this ?

 

TurboC++ Running in DosBox

TurboC++ Running in DosBox

 

 

Open Visual C++ and create a New project.(ctrl+Shift+N)

New project

New project

 

Select Empty Project From Installed Templates

Empty Project

Empty Project

 

Right Click “Source File” and add a New Item.

Source File

 

Select C++ File(.cpp)

Select C++ File(.cpp)

Select C++ File(.cpp)

 

Create Your program. Here is Simple code to display “hello Word!”

Create Your program. Here is Simple code to display “hello Word!”

Create Your program. Here is Simple code to display “hello Word!”

 

Right Click and Compile.

Right Click and Compile.

Right Click and Compile.

Select Release From Drop Down and click on Run

Select Release From Drop Down and click on Run

Slect Release From Drop Down and click on Run

 

Hello Word! Successfully Created.

Hello Word! Successfully Created.

Hello Word! Successfully Created.

 

I hope you have enjoyed my tutorial,please do comment!

Technorati Tags: paypal india,limits raised,3000$,usd

 

PayPal India

PayPal India Limits Raised TO USD 3000 Per Transaction

I am very happy that PayPal India and RBI finally came to conclusion. This is good news for many freelancers and developers that PayPal India increased there limits to 3000$.

I am looking forward for more goodies from PayPal and RBI.

Create a new project in Eclipse named AnimatedSplashScreen

AnimatedSplashScreenDoid1

AnimatedSplashScreenDoid1Add the following code to the strings.xml present in values folderstrings.xml

Create a new xml file in the res/layout folder named splash.xml and add the following code to it.

splash.xml

splash.xml

Add the following code to AndroidManifest.xml

AndroidManifest.xml

AndroidManifest.xml

Now add the following code to AnimatedSplashScreenActivity.java

 

AnimatedSplashScreenActivity.java

AnimatedSplashScreenActivity.java

 

AnimatedSplashScreenActivity.java

AnimatedSplashScreenActivity.java

Add a new class in the src folder and named MainActivity and add the following code to it.

MainActivity.java

MainActivity.java

And finally add the following code to main.xml

main.xml

main.xmlNow run the application and you will see a screen like below:Animated Splash Screen

 

Technorati Tags: facebook,comment,photo,image hosting,trick,tips

Post something and place an image!

image

 

See this example.

image

 

Copy the url(link) of image or link address

image

 

Find the post where you want to add image on comment.

image

 

Paste the link there,and hit enter.

image

 

Now, image is added to comment.

image

 

Comments are welcome!