We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Matt Mascarenhas
Aye, agreed. So I think it'd be worthwhile recognising one person as the habitual issue creator, b…
»
Mārtiņš Možeiko
C standard comes with set of functions any C standard compliant compiler should provide. For examp…
»
Bryan Taylor
To clarify; I was trying to understand what I could do to move away from using STL containers pur…
»
elle
The term (c) runtime and (c) runtime library comes up frequently in HH. But what is a runtime spec…
»
Zoltan Stomfai
Removed /K not helped... Tomorrow I am moving, but in the evening probably can check the CL enviro…
»
Mārtiņš Možeiko
Well yes, it's invoked with /K. Maybe that's the problem? Try running cl.exe without invoking anyt…
»
Zoltan Stomfai
Shell.bat is invoked with /k It seems to me, the CL getting somehow the path to the vcvarsall.bat.…
»
Abner Coimbre
Agreed. Let's clarify that this mishap wasn't censoring, but merely a misunderstanding. Glad you g…
»
Thanks. I know it doesn't look like much, but it actually takes time to create such posts. And cen…
»
Johannes Norneby
Ok, so STL isn't very OOP, all well and good. I am definitely moving away from OOP. To clarify; I …
»
Mārtiņš Možeiko
Looks fine to me. Not sure what is issue here. Maybe invoking shell.bat with /K argument? Try runn…
»
Zoltan Stomfai
Sorry, meant to do it but forgot. :) Command prompt: %windir%\system32\cmd.exe /k w:\shell.bat an…
»
Casey Muratori
Not sure what happened here exactly, but as "superadministrator" or whatever I am able to see thin…
»
Casey Muratori
Thanks! I will make a note...Casey
»
Raxfale
Casey often mentioned that one (but not he) might do the vector classes as templates. For those in…
»
Raxfale
I feel that this thinking is exactly why c++ has such a bad rep (in certain circles) c++ should ne…
»
Andrew Bromage
I think it's worth pointing out that the STL is the least-OO part of the C++ standard library. If…
»
Andrew Chronister
Could you elaborate on this use case? A factor of 7 seems so high that I suspect your usage of st…
»
Abner Coimbre
That post was reported as spam due to the large number of links it had. I felt the post was okay s…
»
Andrew Bromage
As a slight digression, languages with lexical closures and continuations often require a tree-sh…
»
Mārtiņš Možeiko
Show us the commandline you are invoking. Probably forgot to put something in quotes.
»
Zoltan Stomfai
Hi there fellow Handmade Heroes! I've just started the series, and not a big fan of emacs. Trying …
»
Mattie
If you have to explicitly declare that you're going to be referencing data in a "popped" stack fra…
»
Mārtiņš Možeiko
Another good code to look at: It's a very small library that opens window and allows you to write…
»
Mārtiņš Možeiko
Yes, currently compilers use stack like this. But nothing is preventing compiler writers to use/al…
»
Mārtiņš Možeiko
One more tip on STL containers - preallocate memory for containers before using them (with reserve…
»
Adam
Just an update to this, thought I would add in a link I found as a helpful starting point for anyo…
»
Johannes Norneby
Hoho, I didn't know about unordered_map, maybe I should read the STL documentation... :) Most ofte…
»
Jonathan García
Hello everyone! Casey, just wanted to point out that in the process of replacing the "slot" thing,…
»
I don't even know where to complain about my previous new topic being lost, I guess a moderator co…
»