This program takes in the number of rows (n) and columns (m) as well as the elements as a screen input in a matrix n x m. It then calculates the...
I am good in programming but I am confused in simple program can you help me how can we count the total no of word, character, line, number in...
Can any one tell me about include pre-processor. what is include pre-processor. and how much pre-processoer can be used in c++.
To solve your problem you should visit in following link...... http://www.parashift.com/c++-faq-lite/freestore-mgmt.html#faq-16.11
A stream goes into EOF state whenever the end of stream is seen, i.e. a character past the end has been read. As operator» and getline normally...
It is your assignment. you should write program by your. I can give you a tip to create a program. Firstly analyze that but you have to do. Than...
if header file is #include<iostream> than you should write using namespace std; If header file is #include<iostream.h> than not need of using...
Yes, the above program posted by me is wrong. My mistake is in if statement. I have rectify it in this program.... void total_vowels() { char...
hello friend I am learning c++. I want to create program to write to find a given number is Armstrong number or not ?
you can download from.. http://tamspalm.tamoggemon.com/2006/06/08/free-c-ebook/ http://www.csebooks.com/cppebook.html I am finding ebook of...
I also use strlen(); string but I have never found any mistake. I think it works accurately.
Thanks for reply. It is very useful to me.. thanks a lot once again..
Please tell me how to print a to z on the screen using c/c++
Please tell me how can we convert infix notation to postfix notation.
thanks it is useful to me also
The space allocated to any struct by compiler depends on the order in which the variables are defined. Try out the below example and see for...
excellent thanks for share........... its very good..
Can anybody tell me the link of ebook of graphic c/c++. I try to find it I am not able to find the ebook can any one help me. plz tell me the...
To solve memory leaks don't use dynamic memory allocation . Of course that would take up quite a bit of unneeded space in the first place but at...
Here is simple function:---------- void total_vowels() { char string[80]; cout<<"\n enter your text\n"; cin>>string; int novowels = 0 int x for(x...
Separate names with a comma.