d2jsp
Gaming and Trading Community
Gaming and Trading Community
Hourly Raffle
Ladder Slasher
Trade Finder
Photo Gallery
Forum Gold FAQ
Instant Messenger
Help and Rules
Live Streams
Account RecoveryResend Validation Email
Hello, GuestLog InRegister
d2jsp Forums > Programmer's Haven > C/C++/C# > Idea For A Easy Program In C?

Add ReplyNew TopicNew Poll
Page 1 of 2 12
FEAR_ASD
#1 Jun 3 2012 11:53am
Group: Members
Posts: 1,478
Joined: Jul 4 2009
Gold: 270.52
Hy guys!
I need help. I want to write a Program in C to improve my mark. (in console application)
Someone has a good idea? I dont have that high skills now.
What i know: Arrays, Pointers, enum, if, for, do while, etc.
For good ideas => donation
KrzaQ2
#2 Jun 3 2012 12:00pm
Group: Members
Posts: 9,468
Joined: Jun 28 2005
Gold: 231.33
Try writing a program that finds all primes in a selected range.
Richter
#3 Jun 3 2012 01:50pm
Group: Members
Posts: 3,835
Joined: Mar 27 2008
Gold: 6,560.00
Enigma (2nd world war item)
You can implement that with arrays / pointers.
I found this link and imo it's very useful to implement the enigma: http://mckoss.com/Crypto/Paper%20Enigma.pdf
If you need help or tips, just ask :)
AbDuCt
#4 Jun 3 2012 05:21pm
Group: Members
Posts: 8,550
Joined: Sep 29 2007
Gold: 1,219.06
Warn: 40%
That's preety much all you need lol. Make like a rpg or something its just a bunch of ifs and stuff
Muted
#5 Jun 4 2012 01:24pm
Group: Members
Posts: 22,082
Joined: Nov 10 2007
Gold: 4.01
Warn: 20%
Quote (AbDuCt @ 3 Jun 2012 17:21)
That's preety much all you need lol. Make like a rpg or something its just a bunch of ifs and stuff


"Bunch of ifs?" Why not generate an entire system of function-pointers that dynamically modify themselves...
For the sake of simplicity, and program design. It shouldn't be difficult at all. It's also in the console.
Eleven11
#6 Jun 4 2012 08:31pm
Group: Members
Posts: 1,886
Joined: Oct 11 2007
Gold: 25.00
http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

did that as a C# console project, had fun
fouf
#7 Jun 5 2012 11:12pm
Group: Members
Posts: 747
Joined: Aug 27 2006
Gold: 235.00
Quote (Eleven11 @ Jun 4 2012 11:31pm)
http://en.wikipedia.org/wiki/Conways%5FGame%5Fof%5FLife

did that as a C# console project, had fun


Yea, I did that once, good shit. Even used sdl to get some visuals.
ikusus
#8 Jun 6 2012 02:32pm
Group: Banned
Posts: 2,525
Joined: Jan 2 2012
Gold: 0.01
Warn: 10%
http://www.wowwiki.com/Battle.net_Mobile_Authenticator_Specification

write simple console app that generates valid one-time codes :) imho pretty good programming excercise, writing programs according to specification. And program by itself would be very useful, if written in pure C (you could port to arduino board, you could port to linux phones, etc).

Arduino + pure C implementation = hardware battle.net authenticator :)
dos350
#9 Jun 6 2012 02:43pm
Group: Members
Posts: 12,235
Joined: Jun 15 2007
Gold: 33.08
Quote (ikusus @ 7 Jun 2012 06:32)
http://www.wowwiki.com/Battle.net%5FMobile%5FAuthenticator%5FSpecification

write simple console app that generates valid one-time codes :) imho pretty good programming excercise, writing programs according to specification. And program by itself would be very useful, if written in pure C (you could port to arduino board, you could port to linux phones, etc).

Arduino + pure C implementation = hardware battle.net authenticator :)


wow dont listen 2 this guy that is againt eula
ikusus
#10 Jun 6 2012 02:44pm
Group: Banned
Posts: 2,525
Joined: Jan 2 2012
Gold: 0.01
Warn: 10%
Quote (dos350 @ 6 Jun 2012 21:43)
wow dont listen 2 this guy that is againt eula


you're a moron.

it is not.
Go Back To C/C++/C# Topic List
Page 1 of 2 12