Click here to Skip to main content
15,891,903 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi ,I need the C++ source code for the List scheduling algorithm for my final project in university and it will be so helpful for me ,I will be so appreciate if you can help me
Posted
Updated 29-May-12 10:46am
v4
Comments
lewax00 29-May-12 13:52pm    
It's best not to post your email on publicly visible forums, unless you want to get spammed.
Sergey Alexandrovich Kryukov 29-May-12 14:07pm    
Who knows how you can write your own code? :-)
Probably very poorly, as you fail even to explain properly what are you trying to achieve. :-)
--SA
Sandeep Mewara 29-May-12 14:18pm    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
lewax00 29-May-12 14:46pm    
Well, you have added more details, none that help anyone who might try to answer your question. You need to specify what the problem is (for example, which algorithm? I Googled "list scheduling" and the first page mentioned 5 different algorithms).

Also, you won't likely find someone here who will do your homework for you, so I suggest you start your project, and when you get stuck on a specific part, ask for help on that part.

Take a look at the STL containers.

std::vector
std::deque
etc...

These will serve you well.
 
Share this answer
 
thanks for your help but please more Explain
 
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