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
Member Avatar for ~s.o.s~

EDIT: Please note, as I write this, the post is now 6 years old and might have some outdated information. I'd personally recommend beginners start with "Learn C the hard way" by Zed and this book since I have heard good things about them. Reading the FAQ put together by …

Member Avatar for mack1
29
5K
Member Avatar for sk8ndestroy14

This one's new. It's just like the counting games, but in this one we count [B]DOWN [/B]so don't get confused. I'll start us off. 1000

Member Avatar for cproger
0
6K
Member Avatar for kymarscheng

I have made a program to test if the string entered is a palindrome or not. Here's the source code: [code=c]#include <stdio.h> #include <ctype.h> #include <string.h> void clrsp(char *); void rev(const char *,char *); int main() { char str1[80],str2[80]; printf("Enter a string: "); fgets(str1,80,stdin); str1[strlen(str1)-1]='\0'; //eliminate newline clrsp(str1); //clear spaces …

Member Avatar for urjapandya
0
148
Member Avatar for kymarscheng

[U]Which is the best IDE for C?[/U] Currently using Dev-Cpp. I am just wondering if there's any other better IDE around. Eclipse, NetBeans, Dev-Cpp, CodeBlocks or other??? thanks!

Member Avatar for tokenjoker187
0
251
Member Avatar for madoverclocker

the idea of the game, as the name implies, is for the first reply to change one letter of the word creating a new word. the next reply should then change one letter of the new word creating another new word and so on. the purpose is to see how …

Member Avatar for debasisdas
0
1K
Member Avatar for kymarscheng

How to store the data of a program without using registry? Because I don't want the users change the registry and the program settings... Are there any other ways that can prevent the users from changing the settings?

Member Avatar for kymarscheng
0
164
Member Avatar for kymarscheng

Every time I turn on my computer, it tells me that the firewall is shut down. The message will then disappear after a while. And the firewall is turned on again. How can I fix this?

Member Avatar for kymarscheng
0
37
Member Avatar for kymarscheng

[ATTACH]10826[/ATTACH] Shouldn't the background of the button be changed to blue when i hover my cursor onto it? [ATTACH]10827[/ATTACH] When i am not hovering onto them, the background color of the button is white. Can this be fixed? What settings should I change?

Member Avatar for gerbil
0
76
Member Avatar for The Dude

My best is 96pts so far :) See how many words you can type out before they reach the end of the screen! [url]http://www.2addicted.com/words[/url]

Member Avatar for jbennet
1
149
Member Avatar for The Dude

[url]http://www.highiqsociety.org/noflash/nonmembers/iqtests.htm[/url] My Results On the easier test (1st one) i got 87 (I took this one SECOND so by the time i got to this one i was probably tired out (Ill take it again sometime and post my score)) On the 2nd test (MUCH HARDER) i got 105!! (Much …

Member Avatar for Obeledeveloper
0
154
Member Avatar for kymarscheng

Just want to say [B]HI[/B] to everyone on DaniWeb~ I am learning C and I think pointers and addresses are quite difficult...

Member Avatar for Doctor Inferno
0
56