G+_Ayesh Rodz Posted March 2, 2014 Share Posted March 2, 2014 I believe an explanation about different types of variables would be something much more useful for beginners like us! That "decimal" variable which used in this week totally a new one but have no idea what the rests are. Where can I find a list of variables which use in C# with at least a short description about each? Link to comment Share on other sites More sharing options...
G+_Pete Murphy Posted March 2, 2014 Share Posted March 2, 2014 I am probably not the person to answer this as i am an absolute beginner but I just did a bit of googling and came up with some links which might help - I kind of understand it although they do seem a bit confusing and to be honest I was looking for a simpler list. http://msdn.microsoft.com/en-us/library/1dhd7f2x.aspx Click through the links to the different 'types' such as Integral and floating point. or here is a heavier list with some programming examples http://msdn.microsoft.com/en-us/library/ms173104.aspx As I say this is probably not what you want but as i worked through it I kind of got 80-90% of it all. Perhaps someone else can post a link to a better list. Link to comment Share on other sites More sharing options...
G+_Dean T Posted March 2, 2014 Share Posted March 2, 2014 http://msdn.microsoft.com/en-us/library/cs7y5x0x(v=vs.90).aspx Hope this helps too. If youre using Visual Studio if you click on help it takes you to a page you can search for things. I just typed variables and found that. Its a great place to look for help and as a beginner also its helped m loads. Link to comment Share on other sites More sharing options...
G+_Joe Maruschek Posted March 3, 2014 Share Posted March 3, 2014 Dean T, those links are great. Also remember in visual studio that you can always place your cursor on a keyword you don't understand and press F1 to get help on that keyword. Link to comment Share on other sites More sharing options...
G+_Dean T Posted March 3, 2014 Share Posted March 3, 2014 I didnt know that. Thank you. Link to comment Share on other sites More sharing options...
G+_Louis Maresca Posted March 7, 2014 Share Posted March 7, 2014 Love this Community! Everyone is so helpful. Thanks again for watching and really making this an amazing experience! Link to comment Share on other sites More sharing options...
G+_Ayesh Rodz Posted March 9, 2014 Author Share Posted March 9, 2014 Thankz guys, really helpful! :) Link to comment Share on other sites More sharing options...
Recommended Posts