No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Quite simple explanation: [url]http://www.cavehill.uwi.edu/fpas/cmp/online/CS24L/java/compile.htm[/url]
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) …
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 …
have u installed the drivers for ethernet card ...........check them again
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 …
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 …
Suggest a nice college project for subject named Object Oriented software engineering ...preferable coding language is C++.............
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]; } …
[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 …
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]; …
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.
[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 …
The End.
ishaanarora