- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
Re: 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 … | |
Re: hi; do u want to ask how to convert first part of string to int as 10 or 2 ??? | |
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 :) | |
Re: 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 … | |
Re: 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,,,,,,,,. … | |
Re: 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 … | |
Re: 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 … | |
Re: Can u briefly explain what do u mean to say by "creating a calendar" | |
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 | |
Re: 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 … | |
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 … | |
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. | |
Re: 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; … |
The End.