Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello !

I am a newbie and started to work on c#, i searched for the timetable software and found FET is the best open source code for time table management and generation.

However i want to convert the complete source code of FET into C# so that i can design my own GUI plus also wanted to add extra functions in it like automatic sms sending on any change in time table, automatic exam datesheet generation etc.

I want all the data to be stored in local sql database in c#.

Please guide me keeping in mind that i studied c, c++ and c# basics in visual studio and dnt have any idea about Linux environment.

Here is the link of FET :
http://lalescu.ro/liviu/fet/download.html[^]

Thanks
Posted
Comments
bbirajdar 6-Sep-13 0:32am    
Hire a software programmer who is confident or experienced in converting C++ application to C#

Quote:
However i want to convert the complete source code of FET into C#


Pick a source file and start converting. Not sure what kind of "guide" you want us to give you. Converting from one language to another is a subjective process both in the use of the languages and the experience of the user. I know you vaguely said your experience but no small answer is going to "guide" you through a conversion. You just need to pick somewhere, start converting, and come back with specific problems.

[EDIT]
There is something better right here on CodeProject that would probably not need any converting.

ToDoList 6.7.8 Feature Release - An effective and flexible way to keep on top of your tasks[^]
 
Share this answer
 
v2
or a slightly different solution to Ron's

- dont convert from c++ to c# - compile the c++ code to a DLL on Windows, then P/Invoke from c#
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900