Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
~3K People Reached
Favorite Tags

13 Posted Topics

Member Avatar for djextazy

Hi djextazy, Well come to DaniWeb , if u want to have full name at one location of the array u have to declare array as a two dimensional array, i-e its declaration would be like this char [][]; or u can also use array of pointers , but if …

Member Avatar for hust921
0
207
Member Avatar for utmibnca2004

hi; do u want to ask how to convert first part of string to int as 10 or 2 ???

Member Avatar for mahlerfive
0
145
Member Avatar for fahad

Hi, I want to sign an email through some java API using a digital signature ,IF anyone of you can help me or give me a refrence to such API, that wil be nice and as always its a bit urgent :)

Member Avatar for peter_budo
0
91
Member Avatar for komalac

Hello, Its very simple to use 2 stacks to maintain one queue the algorithm goes likem this declare two stacks st1 and st2 whenever u want to enqueue an element in the queue simply push it in the stack st1 when u want to dequeue an element pop all the …

Member Avatar for Dave Sinkula
-1
245
Member Avatar for aviral82

Hi; There is built in funtion in c++ for drawing a rectangle U should include graphics.h as the header file and call the function rectangle(int,int,int,int); It takes four parameter as x1,y1,x2,y2 as the coordinates For the angle U can calculate from the angle that what coordinates u have to give,,,,,,,,. …

Member Avatar for alc6379
0
118
Member Avatar for skamen

Hello ,,Try this **************Embedd it after ur codei-e before return 0;***************** int f=firstdigit; int s=seconddigit; int t=thirddigit; int k=0; for(int i=0;i<=firstdigit;i++) { if(f>=1) s=9;else s=seconddigit; for(k=0;k<=s;k++) { if(i==firstdigit && k==seconddigit) t=thirddigit;else t=9; for(int j=0;j<=t;j++) { cout<<i<<k<<j<<endl; } } s--; f--; } ************************************************* Hope it will work , but if still …

Member Avatar for skamen
0
103
Member Avatar for jags

Hi, We can help you by giving a pseudocode for ur programme input : TWO Characters OutPut: State Name The aslgo goes like this Ask the user to enter two chracters store the characters in lets say variable ch, now check if the input is valid or not by an …

Member Avatar for Narue
0
885
Member Avatar for stefanusr

Can u briefly explain what do u mean to say by "creating a calendar"

Member Avatar for Narue
1
151
Member Avatar for fahad

Hi all; I have a problem with my internet , after each 5 minutes it is diconnected automatically , this happens only in Win XP , while in win98 every thing goes fine. Bye

Member Avatar for fahad
0
76
Member Avatar for chound

Hi; U have specified that u want to break the loop when the user do not enter any input, but u havent specify for how much time loop will wait for the user input after wich it will break automatially ???u have to specify time limit and use system clock …

Member Avatar for jasweb2002
0
117
Member Avatar for fahad

Hello all; I have a problem with my hard disk , I format my hard disk completely ,Then I boot it from CDRom I want to install win98 on my PC , during installation when the computer is restarted to save some changes,next time it should boot from hard disk …

Member Avatar for fahad
0
196
Member Avatar for fahad

Any one working in the field of data mining ??? I need to discuss some issues about it. I need to write c++ code for some algorithms used in data mining.

Member Avatar for fahad
1
82
Member Avatar for sarahrasheed

Hi sararasheed ; (as sararasheed is a begginer so we should give him/her code) Here is the programme u asked for. plz check it and let me now if it has some problems... Code # include<iostream.h> void result(int,int []); void main() { int t=0; int array[7]={0}; cout<<"Enter Total Amount\n"; cin>>t; …

Member Avatar for fahad
0
236

The End.