Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #31.8K
Ranked #3K
~7K People Reached
Favorite Tags
c x 3
Member Avatar for samaru

Just curious. Hehe, I was thinking about this the other day and now I'm wondering what all you fellow coders out there have done. So what's the HARDEST most complicated program you've written? It doesn't have to be efficient, heck, it can all be spaghetti code. The hardest thing I've …

Member Avatar for Fest3er
0
3K
Member Avatar for Asif_NSU

I wrote this code that checks whether a number is prime or not. It returns 1 if the number is prime or 0 otherwise. U just look at the bottom of the code... [CODE]#include<stdio.h> #include<conio.h> #include<assert.h> int is_prime(int n); void main(void) { int n=0; clrscr(); printf("An integer "); scanf("%d",&n); assert(n …

Member Avatar for Djoooleee
1
4K
Member Avatar for c_barnett01
Re: Ai

What do you think ai's are be like e.g. the computer of gene rodenbery's andromeda or somthing else

Member Avatar for Chainsaw
0
238
Member Avatar for server_crash

Has anyone taken the AP Computer Science course in high school taught in Java? if so can you tell me how hard it is and all that stuff? Even if you took the course taught in a diffrent language i would appreciate if you would tell me about it. Thanks …

Member Avatar for rice_web
0
120
Member Avatar for mike3x1

Hi i'm having a few problems..i'm trying to do a time class that holds the hr, min , and meridian( am or Pm). this is what i have so far. For the void set how would i set the char mer[] to am or pm. class Time { long hr, …

Member Avatar for K-1
1
187