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
Member Avatar for Hitokiri

can u guys gimme sum ideas on wat project can be done?i am required to do a program and a thesis about it... My interests are in IT Security, Computer Security, Cryptography and creating normal programs. I am really unsure on wat prjoect should i do? wat program should i …

Member Avatar for peter_budo
0
319
Member Avatar for bemrag

hello everyone ı have a problem with writing the program #include <stdio.h> int main(void) { char desiredgrade; double score; double currentaverage; double weight; printf("Enter your desired grade"); scanf("%c,&desiredgrade"); printf("Enter your current average in the course"); scanf("%f,&currentaverage"); printf("Enter the final exam weight\n"); printf("as a percentage of the course grade"); scanf("%lf,&weight"); if …

Member Avatar for 830916
0
373
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
256
Member Avatar for manos

i wanna know how i can write in C a compiler for checking the multiplication and the division of course... ;)

Member Avatar for Waskar
0
148
Member Avatar for Alfy

i am suppose to multiply the two matrices together using a for loop, but the only way i can figure it out is by using printf( a[0][0] * b[0][0] + a[0][1] * b[1][0]) 4 times to find each piece. Please help. #include <stdio.h> int main() { int i,j,k; int a[2][2]={{1,2},{3,2}}; …

Member Avatar for Waskar
0
137