Hi, im a complete noob and im studying programing i was wondering if someone could help me with a little assignment that i have. i don't have any money right now but i can give the person that helps me a 100 dollars coupon for Google ads. if your interested please send me a private with your msn messenger thank you !
Help please !
Started by darkcast, Mar 11 2010 02:54 AM
11 replies to this topic
#1
Posted 11 March 2010 - 02:54 AM
|
|
|
#2
Posted 11 March 2010 - 04:11 AM
I am interested.. but what is it a course work ? or just fun studying ?
int coffeePerDay = 10; // need to cut down!!!Codingfriends
#3
Posted 12 March 2010 - 10:59 PM
Well, if you post the question we'll help you for free. Or at least I will.
sudo rm -rf /
#4
Posted 13 March 2010 - 02:44 AM
i need code examples for these
1.Method
2.Object
3.Encapsulation
4.Signal
5.Operation
6.Data Element
7.Data Structure
8.List
9.Stack
10.Queue
1.Method
2.Object
3.Encapsulation
4.Signal
5.Operation
6.Data Element
7.Data Structure
8.List
9.Stack
10.Queue
#5
Posted 13 March 2010 - 02:50 AM
We generally help students with their homework, not do it for them. That completely defeats the purpose.
sudo rm -rf /
#6
Posted 13 March 2010 - 02:55 AM
yes i know u just need some help into finding those code examples ! thx
#7
Posted 13 March 2010 - 04:59 AM
Code examples for Data element? Encapsulation? Object? Operation?! What exactly do you expect to see in code examples for those??? There are implementations of data structures such as list, stack, queue, heap, trees all over the net - they're very easy to find. There are also enough examples using signals I think. But I completely don't understand what is supposed to be in code for the others.
#8
Posted 13 March 2010 - 05:10 AM
bobdark said:
Code examples for Data element? Encapsulation? Object? Operation?! What exactly do you expect to see in code examples for those??? There are implementations of data structures such as list, stack, queue, heap, trees all over the net - they're very easy to find. There are also enough examples using signals I think. But I completely don't understand what is supposed to be in code for the others.
im at completed loss 2 since i was given the assigment without any other information of it ! i been at it all week and i cant find anything yet !
#9
Posted 13 March 2010 - 06:21 AM
If you look in the tutorials section on this site, you will find examples of most of these concepts. I know for a fact that I have written tutorials in C++ that use Methods, Objects, Encapsulation, overload Operators, and have Data Elements. In addition, I have tutorials for the following data structures/ADTs: List, Stack, Queue (most of them by name). That just leaves you to find an example of a Signal.
#10
Posted 13 March 2010 - 01:17 PM
#11
Posted 15 March 2010 - 12:35 AM
darkcast said:
im at completed loss 2 since i was given the assigment without any other information of it ! i been at it all week and i cant find anything yet !
google is your friend :). and if you cannot find anything then could try a book or two ? but I am sure that you will find what ever you want on google (and of course this site too :) )
int coffeePerDay = 10; // need to cut down!!!Codingfriends
#12
Posted 25 March 2010 - 04:55 AM
Remember this as a programmer. When in doubt Google. At least try it before asking.
While( !User.hasAnswer )
{
User.askQuestion();
if( User.postCode && User.putForthEffort )
{
CodeCallMembers.Help();
User.hasAnswer = true;
}
else
{
CodeCallMembers.Laugh();
}
}
-CDG10620
Software Developer
Software Developer


Sign In
Create Account

Back to top









