C++/Expert Profile


Ask A Question

Expertise

I can answer questions related to C++ coding and programming techniques.

Experience in the area

I am a C++ programmer.

Organizations

University of Engineering & Technology Lahore

Publications

http://recurseit.blogspot.com

Education/Credentials

I am doing BSCS.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Andres12/06/11101010Thanks
wali11/27/11101010 
Prakash Kumar 11/07/111010 

Recent Answers from Tehreem

2012-04-29 C or C++:

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++

2012-04-04 controlling the working of hardware through 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)

2012-02-05 using a nested loop in dev c++:

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;  

2012-01-20 Is heap an implicit data structure to implement priority queue?:

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

2012-01-10 asdasdasdasd:

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>

 

Ask A Question

C++

All Answers


Answers by Expert:


Ask Experts

Volunteer


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