Author Topic: best way to learn C++?  (Read 9821 times)

0 Members and 1 Guest are viewing this topic.

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: best way to learn C++?
« Reply #15 on: November 05, 2011, 11:09:31 pm »
well thats fine, just as long as it can display the text really

edit: i found out that pthread.h is linux only.. which one is the windows version?
« Last Edit: November 05, 2011, 11:15:56 pm by Snake X »
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: best way to learn C++?
« Reply #16 on: November 05, 2011, 11:21:50 pm »
Apparently it doesn't have its wn lib: Here's a tut.

http://msdn.microsoft.com/en-us/library/ms810438.aspx

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: best way to learn C++?
« Reply #17 on: November 06, 2011, 07:39:21 pm »
Ok well the tutorial from cplusplus isn't working out for me as of this moment.. I gotten to as far as pointers with functions but then it just started to make no sense to me and i feel like it wasn't explained that thoroughly. It was "targeted" for people who had no prior coding experience but i don't think that is the case.. lol
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
Re: best way to learn C++?
« Reply #18 on: November 08, 2011, 02:21:34 pm »
What part about pointers or functions are you having trouble with? Perhaps we could explain more in depth?

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: best way to learn C++?
« Reply #19 on: November 08, 2011, 04:40:53 pm »
Ok well the tutorial from cplusplus isn't working out for me as of this moment.. I gotten to as far as pointers with functions but then it just started to make no sense to me and i feel like it wasn't explained that thoroughly. It was "targeted" for people who had no prior coding experience but i don't think that is the case.. lol

I was already a programmer when I read it, and it was just fine, it's what made me understand pointers for life, and English isn't even my main language.

Secondly, if it was written for people with no prior coding experience (as you stated), then it should also be just fine for programmers. It would be awkward for non-programmers to read a text targeted to programmers, though.

Nevertheless, as HOMER-16 said, what didn't you understand? We might be able to explain more "thoroughly".
« Last Edit: November 08, 2011, 04:41:10 pm by ephan »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: best way to learn C++?
« Reply #20 on: November 14, 2011, 06:52:47 pm »
Pointers work the exact same way as they do in axe, if it helps.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: best way to learn C++?
« Reply #21 on: November 14, 2011, 07:14:33 pm »
Pointers work the exact same way as they do in axe, if it helps.
Well, except that adding to a pointer will automatically multiply by the size of the data being pointed to. No difference if it's a single byte pointer, of course.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman