26
1
submitted 2 years ago by kixik@lemmy.ml to c/cpp@lemmy.ml
27
1
submitted 2 years ago by basiliscos@lemmy.ml to c/cpp@lemmy.ml
28
1
submitted 2 years ago by h_d@lemmy.ml to c/cpp@lemmy.ml

Because the world isn't weird enough?

29
1
submitted 2 years ago by basiliscos@lemmy.ml to c/cpp@lemmy.ml
30
1
submitted 2 years ago by basiliscos@lemmy.ml to c/cpp@lemmy.ml
31
1
boost v1.78.0 release (www.boost.org)
submitted 2 years ago by basiliscos@lemmy.ml to c/cpp@lemmy.ml
32
1
submitted 3 years ago by the_tech_beast@lemmy.ml to c/cpp@lemmy.ml

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?

33
1
submitted 3 years ago by the_tech_beast@lemmy.ml to c/cpp@lemmy.ml
34
1
submitted 3 years ago by basiliscos@lemmy.ml to c/cpp@lemmy.ml
35
2
submitted 3 years ago by the_tech_beast@lemmy.ml to c/cpp@lemmy.ml

I haven't really understood the difference between

i++ and ++i

36
1
submitted 3 years ago by the_tech_beast@lemmy.ml to c/cpp@lemmy.ml

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?

37
1
submitted 3 years ago by copacetic@lemmy.ml to c/cpp@lemmy.ml
38
1
submitted 3 years ago by copacetic@lemmy.ml to c/cpp@lemmy.ml
39
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

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.

40
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

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.

41
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

In our articles, we regularly repeat an important idea: a static analyzer should be used regularly. This helps detect and cheaply fix many errors at the earliest stage. It looks nice in theory. As we know, actions still speak louder than words. Let's look at some recent bugs in new code of the Blender project.

42
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

Rob and Jason are joined by Nicole Mazzuca from Microsoft. They first talk about a differential equation library, and modules support in build2 and meson. Then they talk to Nicole from Microsoft’s vcpkg team about some new features in vcpkg to enable teams to host their own libraries.

43
1
submitted 3 years ago by overclock351@lemmy.ml to c/cpp@lemmy.ml

I am looking for an image processing library for c that can do:

-convolutions

-boundaries detection

-pixel manipulation

Is there such a thing? thanks

44
1
submitted 3 years ago by basiliscos@lemmy.ml to c/cpp@lemmy.ml
45
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

Rob and Jason are joined by Carl Cook from Optiver. They first talk discuss an announcement from Khronos that SYCL 2020 has been released, and a blog post from Microsoft on updates to the Visual Studio Code C++ extension. Then they talk to Carl Cook from Optiver about how they use C++ to power everything they do.

46
1
C++ Stories (www.cppstories.com)
submitted 3 years ago* (last edited 3 years ago) by SourceCode@lemmy.ml to c/cpp@lemmy.ml

Modern C++ and Native Code (converting from bfilipek.com)

47
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

The recent Qt 6 release compelled us to recheck the framework with PVS-Studio. In this article, we reviewed various interesting errors we found, for example, those related to processing dates. The errors we discovered prove that developers can greatly benefit from regularly checking their projects with tools like PVS-Studio.

48
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

While C++11 is with us for a decade now, it’s good to go back and recall some of its best features. Today I’d like to consider override and final keywords which add a crucial safety when you build class hierarchies with lots of virtual member functions.

49
1
submitted 3 years ago by SourceCode@lemmy.ml to c/cpp@lemmy.ml

Rob and Jason are joined by Sebastian Theophil from think-cell. They first talk discuss a blog post on building a 1 billion LOC project with the Threadripper 3990X and a browser extension for easily searching for C++ reference help. Then they talk to Sebastian about his teams efforts to port their Windows C++ codebase onto MacOS and some of the challenges they dealt with, as well as recent efforts to start porting some of the code into Web Assembly.

50
1
submitted 3 years ago by copacetic@lemmy.ml to c/cpp@lemmy.ml
view more: ‹ prev next ›

C & C++

884 readers
2 users here now

founded 5 years ago
MODERATORS