No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: What do you think about a private data transmission protocol, at application level: so it IS really indipendent from whatsoever underlayers (portability depends on your programming platform): lets say to manage sensibile data (something like computed votes or marketing preferences collected all around ect .... you must care to perfom … | |
Re: Just try to modify the first part (var declarations) like this: char desiredgrade=NULL; double score=0.0; double currentaverage=0.0; double weight=0.0; Compiler is warning you that you have'nt perform initializiation (memory allocation)for those variabils: your begining code: printf("Enter your desired grade"); scanf("%c,&desiredgrade"); dose not TELL compiler to allocate memory, ---> WARNING | |
Hi to every one :cheesy: (I'll say it once: forgive my bad english :sad: ) I have a question!!! Is there any way to get information aboute Dial-tone PHISICALLY presense without performing a call dail?????!!!!! I've write a code, in vc++, to make connections over 16 Comm Ports (throw a … | |
Re: Try this way: [CODE] for(i=0;i<2;i++) [indent]for(j=0;j<2;j++) [indent]for(k=0;k<2;k++) [indent]c[i][j] += a[i][k]*b[k][j]; [/indent][/indent][/indent][/CODE] |
The End.