I see Dave Sinkula understands C++ very well.How can one be assisted by Dave Sinkula

Dani AI

Generated

Practical, low-effort guide to get useful C++ help on this thread. started the conversation and members such as , , and have already posted — the quickest way to attract a helpful reply is to give responders exactly what they need to reproduce and diagnose the problem.

  • Short, specific title (include "C++" and the symptom).
  • Environment: OS, CPU, exact compiler and version, standard (e.g. -std=c++17) and build command.
  • Exact error text or crash backtrace (copy-paste, don’t paraphrase).
  • Minimal Reproducible Example (MRE): the smallest program that still shows the issue; include compile/run commands and any input.
  • What you expected, what actually happened, and the steps you already tried (compiler warnings, sanitizers, debugger, etc.).
  • If it’s a design/performance question, list constraints (memory, throughput, platform) and realistic data sizes.

Use this concise posting template:

Title: C++: one-line summary

Environment: OS, compiler + exact version, build command

Problem: one-line description

Expected: what should happen

Actual: exact error / backtrace

MRE:
#include <...>
int main() {
  // minimal code reproducing the problem
}

Steps to reproduce:
1) ...
2) ...

What I've tried:
- compiled with -Wall -Wextra
- ran under AddressSanitizer / gdb / valgrind

A few etiquette notes: mark follow-ups as solved when fixed, share the root cause if you found it, and avoid posting huge, untrimmed code dumps. That makes it much easier for experienced members like to jump in and offer a precise answer.

Recommended Answers

All 4 Replies

Post questions and if he is intrested he will answer or others will if they are.

>How can one be assisted by Dave Sinkula
By posting a question. If he's interested, he'll help you. Otherwise, you can just settle for the rest of us who don't "understand C++ very well". :rolleyes:

>How can one be assisted by Dave Sinkula
By posting a question. If he's interested, he'll help you. Otherwise, you can just settle for the rest of us who don't "understand C++ very well". :rolleyes:

Poor narue. If you feel unwanted... I will personally bug you all the time for help. I know you want that! :p

I see Dave Sinkula understands C++ very well.

Not as well as many others.

How can one be assisted by Dave Sinkula

Ask questions that I can answer. Hopefully the ones I can't answer will be answered by someone else.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.