Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nice Book to Learn + Need Help ;P
#2
(01-27-2012, 06:03 AM)Pacman-Nemtap Wrote: I've been through the programming game for the past year on & off trying to learn but couldn't find the perfect book. Started out with C# now went on to try C++ & <3 it more than C#. The book I've started to go through is Ivan Horton's Visual C++. Goes with VS 2010 & focuses on both C++/CLI & ISO/IEC (I believe, basically .NET Framwork & Native, correct me if I'm wrong).

But that's the problem, in every book I've came across, I would always get stuck with variables, what they are & how they work such as char. Now, int is the easiest to understand because it's just -2343543543 to 324235435. A huge number you could put in.

Is there a chance anyone could port up about all the variables & there uses or slap me in the face as you give me a resource that's already on this forum or even a resource as I'm probably the first to ask a stupid question that my brain can't comprehend???

C++/CLI is not native C++, and you don't need to use .NET methods. If you use Windows Forms application, they are by default set up with the .NET framework though I believe.

char is just a single char, but if you make a pointer to type char, you can have a char string if you wanted. Otherwise you can utilize the <string> namespace to use strings, and there's a few others that enable you to use strings as well.

What can't you comprehend about variables though? HOW FAR, have you gotten to be more specific? I can maybe help you out.
Reply


Messages In This Thread
Nice Book to Learn + Need Help ;P - by ///ViNcE - 01-27-2012, 06:03 AM
RE: Nice Book to Learn + Need Help ;P - by AceInfinity - 01-27-2012, 04:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  C# book? Miku 7 1,356 12-29-2011, 11:17 PM
Last Post: Miku
  At What Age Did You Learn C++ Win 66 20,517 12-11-2011, 02:52 PM
Last Post: Neel

Forum Jump:


Users browsing this thread: 3 Guest(s)