Skip to main content
nick2225's user avatar
nick2225's user avatar
nick2225's user avatar
nick2225
  • Member for 6 years, 8 months
  • Last seen more than a month ago
7 votes
1 answer
3k views

Understanding std::pow Implementation in GCC

5 votes
0 answers
3k views

Is this a good directory structure to maintain a large C++ project? [closed]

5 votes
2 answers
12k views

Connecting to a localhost postgres database from within a docker container [duplicate]

4 votes
1 answer
170 views

Copy constructor implicitly called?

3 votes
1 answer
1k views

C++ Singleton private constructor not accessible from static function

3 votes
2 answers
529 views

Why use a non-type parameter in C++?

2 votes
2 answers
2k views

C++ Design for Circuit Solver

2 votes
1 answer
2k views

Serving PDFs in React

2 votes
3 answers
2k views

Using a Load Balancer with Kubernetes

2 votes
2 answers
7k views

How should I organize my directory structure when using CMake with C++ inheritance? [closed]

1 vote
2 answers
1k views

React Server Side Rendering with CSS (SASS)

1 vote
1 answer
52 views

JSON-like syntax type to React Component Properties Parameter

1 vote
0 answers
39 views

Issues with C++ Concepts and Curiously Recurring Template Pattern (CRTP) [duplicate]

1 vote
0 answers
59 views

How to improve CMake Package Reusability

1 vote
1 answer
1k views

Kafka Static IP and Service Discovery

1 vote
1 answer
2k views

Node: Sending Protobuf message to Kafka Error

1 vote
1 answer
277 views

Kafka HDFS Sink Connector Protobuf not being written

1 vote
1 answer
491 views

Direct State Access (DSA) is Failing, but pre 4.3 OpenGL works

1 vote
1 answer
34 views

Specializing a Template Alias Inside a Template

1 vote
1 answer
285 views

Determine type of template parameter in template

0 votes
1 answer
95 views

Template Class Inside Template Class - Different Parameter

0 votes
1 answer
143 views

C++ Non-Template Used as Template - Nested Template Classes [duplicate]

0 votes
1 answer
410 views

ALSA Kernel API is different from the asoundlib API?

0 votes
0 answers
60 views

CRTP Member Visibility

0 votes
1 answer
61 views

Makefile Custom Pattern Matching

0 votes
0 answers
404 views

Linux poll with a thread pool and multiple events

0 votes
1 answer
145 views

No suitable constructor to convert from enum to underlying type

0 votes
2 answers
251 views

What affects generated machine code at each step of the compilation process?

0 votes
1 answer
56 views

What components of a machine affect the machine code produced given a C++ file input? [closed]

-1 votes
1 answer
271 views

Good solutions to automate infrastructure deployment locally?