C & C++

965 readers
15 users here now

founded 5 years ago
MODERATORS
26
 
 

Trip report from the first C++26 ISO meeting by foonathan

27
 
 

Trip report from the first C++26 ISO meeting

28
 
 
29
 
 

r/cpp comments

30
 
 

Reddit comments r/computerscience

31
 
 
32
33
34
35
 
 

Because the world isn't weird enough?

36
37
38
39
 
 

I don't know I feel like there aren't many resources to learn C++. Maybe it is because I am not looking hard enough. Can someone here recommend some websites or videos?

40
41
42
 
 

I haven't really understood the difference between

i++ and ++i

43
 
 

cross-posted from: https://lemmy.ml/post/70930

I am learning C++ and in my book using namespace std is written in every program. I understand that std::cout <<"hello"; can be simply written as cout << "hello"; by using namespace std.

Why?

44
45
46
 
 

Rob and Jason are joined by Arnaud Desitter. They first discuss blog posts on parameter passing, fuzzing and push_back vs emplace_back. Then they talk to Arnaud Desitter about his successes improving application performance by reducing memory allocations found using heaptrack.

47
 
 

Rob and Jason are joined by Raymond Chen from Microsoft. They first talk about Herb Sutter’s virtual ISO Plenary Trip Report and some new features voted into the C++23 draft. Then they talk to Raymond Chen from Microsoft about his career working on Windows and the Old New Thing blog.