Jump to content

Help please !

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
darkcast

darkcast

    Newbie

  • Members
  • Pip
  • 6 posts
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 !

#2
genux

genux

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
I am interested.. but what is it a course work ? or just fun studying ?

int coffeePerDay = 10; // need to cut down!!!

Codingfriends

#3
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
Well, if you post the question we'll help you for free. Or at least I will.
sudo rm -rf /

#4
darkcast

darkcast

    Newbie

  • Members
  • Pip
  • 6 posts
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

#5
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
We generally help students with their homework, not do it for them. That completely defeats the purpose.
sudo rm -rf /

#6
darkcast

darkcast

    Newbie

  • Members
  • Pip
  • 6 posts
yes i know u just need some help into finding those code examples ! thx

#7
bobdark

bobdark

    Programmer

  • Members
  • PipPipPipPip
  • 164 posts
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
darkcast

darkcast

    Newbie

  • Members
  • Pip
  • 6 posts

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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
I'm sure if you use Google you'll find a ton of this stuff.
sudo rm -rf /

#11
genux

genux

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts

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
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
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