Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~937 People Reached
About Me

student

Interests
computers, music(rock)
PC Specs
PIII 1000 mhz, 128mb ram
Favorite Forums
Favorite Tags
c x 8
c++ x 6
Member Avatar for saqib

hi guys , what i am trying to do is ,to take a word as input from user and reverse its order like world into dlrow and tell the user that the word is same or not after reversing its order Here is the code please check it cause it …

Member Avatar for arjunpk
0
184
Member Avatar for saqib

hello what is a far pointer? Recommend me some good books on data structures and algos

Member Avatar for DEMWilson
0
179
Member Avatar for saqib

hello guys . the code is doin well enter sorted integers and num to be searched the problem is in the last if condition [CODE] #include<iostream.h> #include<conio.h> #define siz 10 void main() { int arra[siz]={0}; int mid,beg=1,end=siz,loca=0,num; clrscr(); cout<<"Please Enter The Elements Of Array\n"; for(loca=0;loca<siz;loca++) { cin>>arra[loca]; } cout<<"Please enter …

Member Avatar for saqib
1
117
Member Avatar for saqib

hello. My name is Muhammad Saqib , I am from pakistan. I am doing A degree in computer Scienc From CIIT Attock. ([URL="http://www.ciit.edu.pk"]www.ciit.edu.pk[/URL]) I am in first semistor. Currently Learning C language. Best Wishes. Peace. Thanks.

Member Avatar for cecil.vera
0
49
Member Avatar for saqib

hello guys, the following code is taken from my senior. i am unable to under stand its logic . because i am new in graphics can u guys kindly explain its logics thanks. [code] #include<graphics.h> #include<conio.h> #define left 0 #define top 0 #define right 639 #define bottom 479 #define radius …

Member Avatar for saqib
0
139
Member Avatar for saqib

hello guys i am new in this forum and in programing i want to write a program which could convert given temperature and its unit into oher scales please give me some sugestions and ideas bout that and i need to know how to declear chareters and how to take …

Member Avatar for saqib
0
269