Want C++ Programms help please

A simple "C++ tutorials" Google search would have resulted in a plethora of good results. All you gotta do is use it
 
Simple programs- Try palindrome for string and array,3-D array based programs,data file handling programs,some involving for,while,do-while. loops,functions,stacks,links,queues.
All these programs will cover 11th,12th basics
 
Thanks I have got 2-3 pdf books about C++ .pls can you give me some simple programs for college projects or simply tell a website.

Once you get the hang of the basics, you could start with addition of numbers, hardcode the numbers first and then take it to the next level by accepting user input to do the same. You could think of many simple scenarios like that and try and build up gradually. If you get stuck somewhere, I'd recommend Stack Overflow which has been an extremely valuable source of information and knowledge to me.
 

Users who are viewing this thread

Top