Please give me Ideas to my C# project.

If it doesn't fit elsewhere, it should go here
Post Reply
User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 14 Mar 2012, 18:23

My C# (command line) project is aimed for the wiki. It is a standalone exe that is a messaging system.

How it works:
First you input your username and password.
Then you type in the receiver
Then you type in the message.
Pretty simple.

What it does:
Makes a page called "User:RECIEVER/inbox"
In the inbox is says: "From USERNAME on DATE:
MESSAGE"

Why?:
Because I was bored, and we need something like this :D

Why make this thread:
Because this is not that efficient, I need Ideas for it so you will get a better feel of it.
For example you might suggest: "Do the Date in italics" or something like that.

IDEAS PLEASE?

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 14 Mar 2012, 23:15

I was gonna ask if I could get the source code to compile it for linux, but then I realised this is C# and not C, so eh.

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 14 Mar 2012, 23:31

Oh crap I forgot. Dammit C# WHY U MADE BY MICROSOFT. I'll try to port it to c++ or C.

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 14 Mar 2012, 23:33

Ok I can port it to Visual C++ or Visual basic.
Pick a card, any card.

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 14 Mar 2012, 23:36

why visual ? I really don't know what to do with those.

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 15 Mar 2012, 18:16

Wait mac and linux can run C# because I have a Mono compiler.

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 15 Mar 2012, 19:49

I know so very little about these programming languages I can only say "I guess". The first thing I understood about C# was it was only for the xbox. So don't ask me about those things :P

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 15 Mar 2012, 19:50

Hahaha. You mean you can use C# for XNA game studio and make games for XBox :D
IDEAS?!!!!

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 15 Mar 2012, 19:58

C# can be run by Mono but it's far from perfect. Using C++ would be a good idea.

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 16 Mar 2012, 22:23

Camewel wrote:C# can be run by Mono but it's far from perfect. Using C++ would be a good idea.
Yeah, visual c++, i have to reprogram it though.

Post Reply