You are here:
I can answer questions related to C++ coding and programming techniques.
I am a C++ programmer.
University of Engineering & Technology Lahore
http://recurseit.blogspot.com
I am doing BSCS.
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| Andres | 12/06/11 | 10 | 10 | 10 | Thanks |
| wali | 11/27/11 | 10 | 10 | 10 | |
| Prakash Kumar | 11/07/11 | 9 | 10 | 10 |
Hi Tanzim! There is no restriction whether you learn C, C++ or any other language. However, if you want to learn programming robots and micro-controllers(hardware stuff) then it is mostly done in C. C++
For capitalizing the strings you can use this program: // convert the string in upper case letter # include <iostream> using namespace::std; void makeUpper(char str[]) { char i=0; while (str[i]!=0)
Sorry i could not respond to you earlier. Here is the code you need: #include<iostream> using namespace::std; int main(void) { int in; char symbol; cin>>in; do { cin>>symbol;
Heap itself is an implicit data structure. But it is not specialized for priority queue. A priority queue can be implemented in anyway you like e.g linked list. Heap is just a good way to implement priority
This is a program to convert lower case to upper case characters. You can apply simple programming technique to get your desired result. // convert the string to upper case letters # include <iostream>

©2012 About.com, a part of The New York Times Company. All rights reserved.