Beginners - February 2025

C++ and the Government
 
Could anyone care to comment on the following? https://www.theregister.com/2024/11/08/the_us_government_wants_developers/
[4 replies] Last: you use what the government tells you to if you work for them, directl... (by jonnin)
by Ch1156
Is this how you do object chaining?
 
Im learning about object chaining and im wondering if im doing it correctly. #include <iostream> #include <print> #include <string> #include <vector> ...
[9 replies] Last: Thank you for all the replies! That seems like a straight forward conc... (by Ch1156)
Programming math - polynomial class
 
How to write templated polynomial class I would like to have overloaded operators like + -(unary,binary) * Here we can have school multiplication or...
[8 replies] Last: A wouldn't make this a template, unless you need it to work with float... (by dhayden)
stack and heap
 
Hi, I have some programming concepts question: Why is stack (in context of stack and heap) considered LIFO (last in first out)? The last time i checke...
[9 replies] Last: What question, exactly? Weren't here plenty of explanations ("solution... (by keskiverto)
  Archived months: [jan2025]

This is an archived page. To post a new message, go to the current page.