How does Padlevski code compile with no error [duplicate]What is this smiley-with-beard expression: “<:]{%>”?Why are there digraphs in C and C++?How do you set, clear, and toggle a single bit?What does the explicit keyword mean?How do I iterate over the words of a string?How can I profile C++ code running on Linux?C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?Why are elementwise additions much faster in separate loops than in a combined loop?Is there a reason for C#'s reuse of the variable in a foreach?Image Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionReplacing a 32-bit loop counter with 64-bit introduces crazy performance deviationsCompiling an application for use in highly radioactive environments

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

Who knighted this Game of Thrones character?

Removing the last element of a list

How was Daenerys able to legitimise Gendry?

Grade-school elementary algebra presented in an abstract-algebra style?

Co-author wants to put their current funding source in the acknowledgements section because they edited the paper

Sorting with IComparable design

Interpretation of ROC AUC score

Creating second map without labels using QGIS?

How does the Earth's center produce heat?

Is "vegetable base" a common term in English?

Do copyright notices need to be placed at the beginning of a file?

Cardio work for Muay Thai fighters

Is keeping the forking link on a true fork necessary (Github/GPL)?

Is it legal to have an abortion in another state or abroad?

Shorten or merge multiple lines of `&> /dev/null &`

Why was this character made Grand Maester?

How to let other coworkers know that I don't share my coworker's political views?

How to determine if a hyphen (-) exists inside a column

USPS Back Room - Trespassing?

Why would a rational buyer offer to buy with no conditions precedent?

What is the recommended procedure to land a taildragger in a crosswind?

Possibility of faking someone's public key

Expected maximum number of unpaired socks



How does Padlevski code compile with no error [duplicate]


What is this smiley-with-beard expression: “<:]%>”?Why are there digraphs in C and C++?How do you set, clear, and toggle a single bit?What does the explicit keyword mean?How do I iterate over the words of a string?How can I profile C++ code running on Linux?C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?Why are elementwise additions much faster in separate loops than in a combined loop?Is there a reason for C#'s reuse of the variable in a foreach?Image Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionReplacing a 32-bit loop counter with 64-bit introduces crazy performance deviationsCompiling an application for use in highly radioactive environments






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0
















This question already has an answer here:



  • What is this smiley-with-beard expression: “<:]%>”?

    4 answers



  • Why are there digraphs in C and C++?

    4 answers



The code associated to Padlevski compiles with no error.



int main() <:]()<%[]()[:>()<%();();(); 


In the c++ conference, he said that it is a lambda in lambda. I can only see one of the lambdas.



int main()

<:]()<%
[]()

[:>()<%();();
}
();
}


I also do not understand <:, :>, <%.



How does it work?
wandbox










share|improve this question













marked as duplicate by Praetorian c++
Users with the  c++ badge can single-handedly close c++ questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Mar 23 at 23:40


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























    0
















    This question already has an answer here:



    • What is this smiley-with-beard expression: “<:]%>”?

      4 answers



    • Why are there digraphs in C and C++?

      4 answers



    The code associated to Padlevski compiles with no error.



    int main() <:]()<%[]()[:>()<%();();(); }


    In the c++ conference, he said that it is a lambda in lambda. I can only see one of the lambdas.



    int main()

    <:]()<%
    []()

    [:>()<%();();
    }
    ();
    }


    I also do not understand <:, :>, <%.



    How does it work?
    wandbox










    share|improve this question













    marked as duplicate by Praetorian c++
    Users with the  c++ badge can single-handedly close c++ questions as duplicates and reopen them as needed.

    StackExchange.ready(function()
    if (StackExchange.options.isMobile) return;

    $('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
    var $hover = $(this).addClass('hover-bound'),
    $msg = $hover.siblings('.dupe-hammer-message');

    $hover.hover(
    function()
    $hover.showInfoMessage('',
    messageElement: $msg.clone().show(),
    transient: false,
    position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
    dismissable: false,
    relativeToBody: true
    );
    ,
    function()
    StackExchange.helpers.removeMessages();

    );
    );
    );
    Mar 23 at 23:40


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




















      0












      0








      0









      This question already has an answer here:



      • What is this smiley-with-beard expression: “<:]%>”?

        4 answers



      • Why are there digraphs in C and C++?

        4 answers



      The code associated to Padlevski compiles with no error.



      int main() <:]()<%[]()[:>()<%();();(); }


      In the c++ conference, he said that it is a lambda in lambda. I can only see one of the lambdas.



      int main()

      <:]()<%
      []()

      [:>()<%();();
      }
      ();
      }


      I also do not understand <:, :>, <%.



      How does it work?
      wandbox










      share|improve this question















      This question already has an answer here:



      • What is this smiley-with-beard expression: “<:]%>”?

        4 answers



      • Why are there digraphs in C and C++?

        4 answers



      The code associated to Padlevski compiles with no error.



      int main() <:]()<%[]()[:>()<%();();(); }


      In the c++ conference, he said that it is a lambda in lambda. I can only see one of the lambdas.



      int main()

      <:]()<%
      []()

      [:>()<%();();
      }
      ();
      }


      I also do not understand <:, :>, <%.



      How does it work?
      wandbox





      This question already has an answer here:



      • What is this smiley-with-beard expression: “<:]{%>”?

        4 answers



      • Why are there digraphs in C and C++?

        4 answers







      c++ lambda






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 23 at 23:36









      qiverqiver

      62




      62




      marked as duplicate by Praetorian c++
      Users with the  c++ badge can single-handedly close c++ questions as duplicates and reopen them as needed.

      StackExchange.ready(function()
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function()
      $hover.showInfoMessage('',
      messageElement: $msg.clone().show(),
      transient: false,
      position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
      dismissable: false,
      relativeToBody: true
      );
      ,
      function()
      StackExchange.helpers.removeMessages();

      );
      );
      );
      Mar 23 at 23:40


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









      marked as duplicate by Praetorian c++
      Users with the  c++ badge can single-handedly close c++ questions as duplicates and reopen them as needed.

      StackExchange.ready(function()
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function()
      $hover.showInfoMessage('',
      messageElement: $msg.clone().show(),
      transient: false,
      position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
      dismissable: false,
      relativeToBody: true
      );
      ,
      function()
      StackExchange.helpers.removeMessages();

      );
      );
      );
      Mar 23 at 23:40


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript