Viewing profile — sanjeevrad
sanjeevrad
HN member- Joined
- Fri, Jan 17, 2014, 11:57 PM UTC
- HN karma
- 26
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About sanjeevrad
No profile information was provided.
Recent public activity
-
comment
Comment #7080008
Libraries like STL (which Chromium code uses extensively) and boost are lower-level. Chromium has much higher level abstracts.
-
comment
Comment #7080005
Yes, Chromium would be the technically correct usage, I used Chrome as it is the more familiar term.
-
comment
Comment #7079384
I'm not sure what you mean by "optimized for use in browsers". I can't speak to the other 2, but Chromium is basically a vast collection of C++ cross-platform libraries that can be…
-
comment
Comment #7079376
Will keep that in mind for my next post, thanks.
-
comment
Comment #7079357
The core Chromium codebase itself uses the same license (a BSD-style license). Chromium itself uses certain other third-party libraries that have different licenses.
-
comment
Comment #7079342
Qt is a higher-level application dev framework with UI support (like MFC but cross-platform). We were looking for lower-level constructs - especially in the networking and P2P area…
-
comment
Comment #7079338
You would only link with the net library (and its dependent libraries - like base and crypto)