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

13 Posted Topics

Member Avatar for arshi9464

Quite simple explanation: [url]http://www.cavehill.uwi.edu/fpas/cmp/online/CS24L/java/compile.htm[/url]

Member Avatar for ishaanarora
0
115
Member Avatar for SergioEspaillat

try this::: 1. From the Start menu, choose Run... 2. type regedit - You can screw things up if you go around changing things with regedit when you don't know what you're doing, so be careful here. 3. From the Edit menu, choose Find... 4. type (or copy and paste) …

Member Avatar for crunchie
0
340
Member Avatar for ishaanarora

Hi guys I m trying my hand on some program::where there is a function like this::[CODE] void IVR_AL_GET_VM_RETRIEVAL_PROFILE_REQ(ds *pline, char xmlToken[e_LASTCOUNT][5000]) { strcpy(xmlToken[e_MESSAGETYPE],"GET_VM_RETRIEVAL_PROFILE_REQ"); strcpy(xmlToken[e_MSISDN],pline->user_info.msisdn); strcpy(xmlToken[e_TRANSACTION_ID],pline->transactionId); return; } [/CODE] where ds and user_info are structures:: [CODE] struct user_info { int msisdn; char redirReason[17]; //Used in GET_VM_DEPOSIT_PROFILE_REQ char *caller_no; //To be used …

Member Avatar for ishaanarora
0
141
Member Avatar for dodod1
Member Avatar for technogeek_42
0
141
Member Avatar for ishaanarora

I have 2 operating systems on my system............ i use GRUB provided by PCLINUXOS..........as i have installed it before DREAMLINUX..........I have 3 entries in GRUB menu for Windows ,PCLOS and Dreamlinux.......... when i intalled DREAMLINUX i selected add to existing GRUB option in its installation menu.......and it made following entry …

Member Avatar for sillyboy
0
107
Member Avatar for ishaanarora

I have 2 hard disks on my pc......sda with 80GB and sdb with 250GB.....on sda i have two OS windows XP and PCLinuxOS........I tried to install DREAMLINUX on sdb and i formed 3 partitions on it for /,/home and swap........it got installed and i attached its entry to previously installed …

Member Avatar for ishaanarora
0
148
Member Avatar for ishaanarora

Suggest a nice college project for subject named Object Oriented software engineering ...preferable coding language is C++.............

Member Avatar for Freaky_Chris
0
122
Member Avatar for hiddendragon

here is code for ur problem: [CODE] #include<iostream.h> int main() { int array[1000000],n; int high,low; cout<<"Enter the no of values u want to enter"); cin>>n; /* Now entering the values in array*/ for(i=0;i<n;i++) cin>>array[i]; /* The highest no is*/ high=array[0]; for(i=0;i<n;i++) { if(a[i+1]>a[i]) { high=a[i+1]; } else { high=a[i]; } …

Member Avatar for titaniumdecoy
0
2K
Member Avatar for ishaanarora

[QUOTE]Only the stronger will survive.( Charles Darwin)[/QUOTE] As i posted my first fifo error problem which was a practice thing .Now i am doing what i m supposed to do. I m making this code first which is running is background.whenever any one will write on the fifo it creates …

Member Avatar for ishaanarora
0
166
Member Avatar for ishaanarora

i m writing a practice code to implement select with fifo. i m posting two codes along with : [CODE] CODE 1: Help with Code Tags (Toggle Plain Text) #include <sys/types.h> #include <sys/stat.h> #include <stdio.h> #include<fcntl.h> int main() { int fd,rc,i; /* Making A FIFO names as fifo2*/ char data[100]; …

Member Avatar for ishaanarora
0
177
Member Avatar for earpe70
Re: Help

I assume you are talking about Python 2.5.1 on Windows Vista? Yes, there is a solution. You have to unhide the folder .idlerc in your USERPROFILE directory and remove its content.

Member Avatar for earpe70
0
62
Member Avatar for ishaanarora

[QUOTE]There is no place for mediocrity in the world. [/QUOTE] ProbleM: i am programming in language c on linux platform .After including one particular function my scanf start returning value -1 and error no is 4(EINTR) . And after first time taking input from user it runs correctly and then …

0
87
Member Avatar for ishaanarora
Member Avatar for MakeMoneyOnline
0
41

The End.