Jump to content

Functions???

- - - - -

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

#1
elfshadow14

elfshadow14

    Newbie

  • Members
  • PipPip
  • 14 posts
Does anyone know a good tutorial for a beginner C++ programmer on functions:)


I'm a really new programmer and I played around with python and on that a function is

def test(test1):
    test1 = 1

I know C++ is nothing like this but this is the only type of function I know how to do.

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Functions (I)
C++ Functions
and
C++ functions - Google Search

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Are you reading any kind of book or just learning from the net?

This may help you:
Help - IBM Mac OS X Compilers

#4
elfshadow14

elfshadow14

    Newbie

  • Members
  • PipPip
  • 14 posts
I used a gift card to get a couple books from barns and noble but there still shipping LOL
But I wanted to start learning anyways.

Thanks for all the guides I know how to do one now.