Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
c++ x 23
jsp x 8
Member Avatar for sara khan

I m making a website in which I hav an admin and members .. I want to define rights of users who can access a certain page.. For this purpose I m using an array of String along with a Session object. I m storing URLs of pages which a …

Member Avatar for sara khan
0
227
Member Avatar for sara khan

Hey i m using href for forwarding control to other page but it displays null when i want to get that attribute in other page.. Can any 1 suggest me what to do...

Member Avatar for kvprajapati
0
107
Member Avatar for sara khan

I m making a website of Online Programming Forum.. But i m a bit confused about how to display new thread generated by a user to the main window... Can anybody help me... Thanx...

Member Avatar for sara khan
0
78
Member Avatar for sara khan

Hi, I have seen a program in a thread that write a program which displays its own source code... How this can be done??

Member Avatar for rahul8590
0
90
Member Avatar for sara khan

Hello..,, I have read about a function used in file handling named as "peek". If anyone knows about this function then plz tell me.....

Member Avatar for VernonDozier
0
213
Member Avatar for sara khan

[B][U]PROBLEM 4 - WATER TANKS[/U][/B] There are n identical large cylindrical tanks for storing water. The tanks are arranged in a circle on level ground. Each tank is connected with its two neighbours by means of pipes situated at its base. There is a valve between each adjacent pair of …

Member Avatar for sara khan
0
200
Member Avatar for sara khan

Hii everyone:) I have written this code to do conversion between decimal to any base between 2 and 26.... But this is not working properly ca any one help me:confused [CODE] #include<iostream.h> #include<conio.h> void conversion(int no,int base) { int arr[10]={0}; int i=0; while(no>0) { arr[i]=no%base; i++; no=no/base; } for(int j=i;j>=0;j--) …

Member Avatar for Sky Diploma
0
128
Member Avatar for sara khan

this is a code to convert infix string to postfix...... but i am having some problems please help me:( #include<iostream.h> #include<conio.h> #include<stdlib.h> #include<string.h> int presidence( ); void infixToPostfix(char *); template<class T> class Stack { private: T *data; int capacity; int top; public: Stack(); Stack(int ); T pop(); void push(T); int …

Member Avatar for nucleon
0
84
Member Avatar for sara khan

hello my name is sara khan doing Software Engineering......:) My programming is very weak......:( I hope I can learn new things about programming in this community.........

Member Avatar for sara khan
0
30