Click here to Skip to main content
15,907,913 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Why serverless is set to grow in 2019 Pin
maze328-Jan-19 22:28
professionalmaze328-Jan-19 22:28 
NewsJust two hacker groups may have stolen $1 billion in cryptocurrency Pin
Kent Sharkey28-Jan-19 11:00
staffKent Sharkey28-Jan-19 11:00 
GeneralRe: Just two hacker groups may have stolen $1 billion in cryptocurrency Pin
Mark_Wallace28-Jan-19 21:01
Mark_Wallace28-Jan-19 21:01 
NewsData Privacy Day highlights the growing importance of data protection Pin
Kent Sharkey28-Jan-19 9:30
staffKent Sharkey28-Jan-19 9:30 
GeneralRe: Data Privacy Day highlights the growing importance of data protection Pin
Mark_Wallace28-Jan-19 20:43
Mark_Wallace28-Jan-19 20:43 
NewsC++ Modules might be dead-on-arrival Pin
Kent Sharkey28-Jan-19 9:30
staffKent Sharkey28-Jan-19 9:30 
GeneralRe: C++ Modules might be dead-on-arrival Pin
Mark_Wallace28-Jan-19 20:41
Mark_Wallace28-Jan-19 20:41 
GeneralRe: C++ Modules might be dead-on-arrival Pin
den2k8828-Jan-19 23:37
professionalden2k8828-Jan-19 23:37 
Quote:
Top-down isolation - The “importer” of a module cannot affect the content of the module being imported. The state of the compiler (preprocessor) in the importing source has no bearing on the processing of the imported code.
Shared libraries already do that.
Quote:
Bottom-up isolation - The content of a module does not affect the state of the preprocessor in the importing code.
Shared libraries already do that.
Quote:
Lateral isolation - If two modules are imported by the same file, there is no “cross-talk” between them. The ordering of the import statements is insignificant.
Shared libraries already do that.
Quote:
Physical encapsulation - Only entities which are explicitly declared as exported by a module will be visible to consumers. Non-exported entities within a module will not affect name lookup in other modules (barring some possible strangeness with ADL. Long story…)
Shared libraries already do that.

The only thing needed would be something to mark in shared libraries the layout of a class so that it becomes possible to instance objects from library defined classes without jumping through hoops.
GCS d--(d+) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

GeneralRe: C++ Modules might be dead-on-arrival Pin
Rick York29-Jan-19 4:35
mveRick York29-Jan-19 4:35 
NewsConverting Wi-Fi signals to electricity with new 2-D materials Pin
Kent Sharkey28-Jan-19 9:15
staffKent Sharkey28-Jan-19 9:15 
GeneralRe: Converting Wi-Fi signals to electricity with new 2-D materials Pin
MadMyche28-Jan-19 9:54
professionalMadMyche28-Jan-19 9:54 
GeneralRe: Converting Wi-Fi signals to electricity with new 2-D materials Pin
Mark_Wallace28-Jan-19 20:29
Mark_Wallace28-Jan-19 20:29 
GeneralRe: Converting Wi-Fi signals to electricity with new 2-D materials Pin
Mark_Wallace28-Jan-19 20:38
Mark_Wallace28-Jan-19 20:38 
GeneralRe: Converting Wi-Fi signals to electricity with new 2-D materials Pin
David O'Neil29-Jan-19 17:22
professionalDavid O'Neil29-Jan-19 17:22 
GeneralRe: Converting Wi-Fi signals to electricity with new 2-D materials Pin
Mark_Wallace29-Jan-19 19:10
Mark_Wallace29-Jan-19 19:10 
NewsLasers can send a whispered audio message directly to one person’s ear Pin
Kent Sharkey28-Jan-19 8:30
staffKent Sharkey28-Jan-19 8:30 
GeneralRe: Lasers can send a whispered audio message directly to one person’s ear Pin
Joe Woodbury28-Jan-19 12:23
professionalJoe Woodbury28-Jan-19 12:23 
GeneralRe: Lasers can send a whispered audio message directly to one person’s ear Pin
Mark_Wallace28-Jan-19 20:26
Mark_Wallace28-Jan-19 20:26 
NewsMicrosoft guy: Mozilla should give up on Firefox and go with Chromium too Pin
Kent Sharkey28-Jan-19 8:30
staffKent Sharkey28-Jan-19 8:30 
GeneralRe: Microsoft guy: Mozilla should give up on Firefox and go with Chromium too Pin
Joe Woodbury28-Jan-19 12:31
professionalJoe Woodbury28-Jan-19 12:31 
GeneralRe: Microsoft guy: Mozilla should give up on Firefox and go with Chromium too Pin
Mark_Wallace28-Jan-19 20:24
Mark_Wallace28-Jan-19 20:24 
GeneralRe: Microsoft guy: Mozilla should give up on Firefox and go with Chromium too Pin
#realJSOP29-Jan-19 2:15
professional#realJSOP29-Jan-19 2:15 
NewsApple plans gaming subscription service: sources Pin
Kent Sharkey28-Jan-19 8:15
staffKent Sharkey28-Jan-19 8:15 
GeneralRe: Apple plans gaming subscription service: sources Pin
Mark_Wallace28-Jan-19 20:22
Mark_Wallace28-Jan-19 20:22 
GeneralRe: Apple plans gaming subscription service: sources Pin
maze328-Jan-19 23:25
professionalmaze328-Jan-19 23:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.