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 5
c x 3

5 Posted Topics

Member Avatar for Hitokiri

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 …

Member Avatar for peter_budo
0
320
Member Avatar for bemrag

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

Member Avatar for 830916
0
375
Member Avatar for Waskar

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 …

Member Avatar for Waskar
0
374
Member Avatar for manos
Member Avatar for Alfy

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]

Member Avatar for Waskar
0
138

The End.