Welcome

SweSTHLM1

StockholmCpp 0x37

Berotec2025

Today’s sponsor

 

berotec logo

C++ news

 

C++ news

 

Next ISO meeting: 16. June Sofia

 

mailing2025-05
  • P3704R0, What are profiles

  • P3412R2, String Interpolation

TK611/AG09

 

TK611/AG09

 

Paper Club Special ecostd,
with René Ferdinand Rivera Morell

ecostdQR3

TK611/AG09

 

other SIS News

sayNothing

SwedenCpp News

SwedenCpp News

SwedenCpp

StockholmCpp Planning 2025

 

  • 21 August

  • 29 September (OBS! Monday)

Call for Papers

Submit your ideas and suggestions

needyou

Tell us what you want to hear or want to do

Call for Participation

whowants

Quiz time

JetBrainsLicense

Quiz time

This should not compile.
-Werror is one answer, what is the other?

void doStuff(int val){
  std::print("Here {}", val);
}


int main() {
  doStuff(23);
  doStuff(23.3);
}

Quiz time

 
 

void doStuff(int val){
  std::print("Here {}", val);
}
void doStuff(auto) = delete;

int main() {
  doStuff(23);
  doStuff(23.3); //error: use of deleted function
}

Today’s program

 

  • Lightning talks

  • 🍹 🍕 Mingle 🍕 🍻

  • More Lightning talks

Väl mött!