Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~927 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

5 Posted Topics

Member Avatar for jobellelaiza

apply the condition..... [code=c] for(i=0;i<10;i++) for(j=i+1;j<10;j++) { if(x[i]<x[j]) k=x[i]; x[i]=x[j]; x[j]=k; } [/code]

Member Avatar for ~s.o.s~
-1
160
Member Avatar for jnabeel

unless your programming is done, here's a code that might possibly help you out in turboc3...... //program to print string in an alphabetical order [code=c] #include<iostream.h> #include<string.h> #include<conio.h> void main() { char a[20]; int i,j,k; clrscr(); cout<<"enter the string"; cout<<"\n\tThe string in alphabetical order is"; for(i=0;a[i]!='\0';i++) //sorting in alphabetical order …

Member Avatar for jnabeel
0
305
Member Avatar for kansmish82

hey guys, i need some real bad help for my c++ project......i'm making an analog clock in C++ graphics.........n my clock works just fine, except for the fact that i haven't as yet added an hour hand, :rolleyes: and yeah..my minute hand runs almost as fast as my second hand.:lol:.....plzzzzzzzzzzzz …

Member Avatar for WaltP
0
154
Member Avatar for bigben09

are you ready to implement a few codes?if yes, then i guess you could do as follows-- say your sum i.e. 51 is stored in the variable x, i.e. x=51, initiate another variable say for instance A, and then follow these steps-- int A, B; while(A>0) { A=x/10; B=x%10 } …

Member Avatar for kansmish82
0
105
Member Avatar for abhijit11

hey, how bout if u try to make it outtextxy(13,13,"a") instead......this function, as far as i know doesn't work without quotes.......

Member Avatar for Colin Mac
0
203

The End.