Since the lounge is slow, I'll start another thread...
-
But with some content :-D Anyone here has a good tutorial or starting guide into Visual C++? with some material in C++0x11? I already know the basic syntax of C++, but never worked with the Microsoft changes, or used the VS with C++, and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one... There is something in the middle? Maybe something related to game development...
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
-
But with some content :-D Anyone here has a good tutorial or starting guide into Visual C++? with some material in C++0x11? I already know the basic syntax of C++, but never worked with the Microsoft changes, or used the VS with C++, and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one... There is something in the middle? Maybe something related to game development...
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
Sentenryu wrote:
and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one...
Sentenryu wrote:
Maybe something related to game development...
You see the link, don't you?
Veni, vidi, vici.
-
Sentenryu wrote:
and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one...
Sentenryu wrote:
Maybe something related to game development...
You see the link, don't you?
Veni, vidi, vici.
As i've said, i'm to dumb for the articles ;P I discovered CodeProject searching for this ;P All the articles expect a previous knowledge on the language, i was after something like the Bjarne Stroustrup's "The C++ Programming Language", but for the VC++
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
-
But with some content :-D Anyone here has a good tutorial or starting guide into Visual C++? with some material in C++0x11? I already know the basic syntax of C++, but never worked with the Microsoft changes, or used the VS with C++, and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one... There is something in the middle? Maybe something related to game development...
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
-
-
But with some content :-D Anyone here has a good tutorial or starting guide into Visual C++? with some material in C++0x11? I already know the basic syntax of C++, but never worked with the Microsoft changes, or used the VS with C++, and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one... There is something in the middle? Maybe something related to game development...
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
This link is to a book that was excellent back in the day. If you can pick up a used copy cheaply, it may be money well spent. Inside Visual C++[^]. :)
Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra] posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]
-
But with some content :-D Anyone here has a good tutorial or starting guide into Visual C++? with some material in C++0x11? I already know the basic syntax of C++, but never worked with the Microsoft changes, or used the VS with C++, and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one... There is something in the middle? Maybe something related to game development...
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
Sentenryu wrote:
Since the lounge is slow, I'll start another thread...
You think that will make it faster?
FILETIME to time_t
| FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy -
Sentenryu wrote:
Since the lounge is slow, I'll start another thread...
You think that will make it faster?
FILETIME to time_t
| FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchyBy slow, I wanted to say that the message flow is low :-D How i'm supposed to cure my headache on the lounge if after 1 full our the messages are the same? :-\
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
-
But with some content :-D Anyone here has a good tutorial or starting guide into Visual C++? with some material in C++0x11? I already know the basic syntax of C++, but never worked with the Microsoft changes, or used the VS with C++, and never found any material in this subject that i was able to understand, either is a article on the basics of C++ or is a very advanced one... There is something in the middle? Maybe something related to game development...
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)
-
This might be below your level, and it's not MS specific, but since you mentioned game development, I thought I'd link you the C++ workshop from Gamedev.net[^] which builds from the beginning up to a useful amount of C++.
Wow :omg: , Thanks, the content of this site go far beyond C++, will help all my team (consisting of 4 people :rolleyes: ) I was seeking for Visual C++ because i've seen various articles, including in the msdn that claims that microsoft has the most optimized compiler for windows, and we'll make a game with a huge amount of objects... I know that any compiler can optimize code far beyond I can, and I've seen some really interesting features in the latest VC++, like the lambda expressions, but I lack the knowledge of everting beyond simple classes... (I include in simple classes: operator overloading, copy constructor, friend members (i think they aren't really useful...), virtual functions, const functions, etc...) [EDIT]: silly me, i talked too much and almost forgot your 5 :-O
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)