by Fadey
calling from global class's constructor, is it safe?
|
|
[4 replies] Last: Your first example, works, but only because csecond contains purely PO... (by dhayden)
|
by moosavi69
Create a specific structure of array in C++
|
|
[5 replies] Last: dynamic does not have to mean that it will change size, it just means ... (by jonnin)
|
by Grumpychael
i need to add yes or that will restart the loop or exit
|
|
[6 replies] Last: switches specifically work on integer cases only. You have to find a ... (by jonnin)
|
by Aleksa03
C++ Colors
|
|
[6 replies] Last: It is working now thank you so much. It has some errors but i fixed th... (by Aleksa03)
|
by RmmB26
C++ community. i have Tasks and need yor help!!!.
|
|
[2 replies] Last: I'm not 100% sure what the actual desired behaviour for this program i... (by TomBroughton)
|
by raymondh2os
Trying to improve the leap year algorithm
|
|
[4 replies] Last: #include <iostream> bool IsLeapYear(int y) { return y % 4 == 0 ... (by dutch)
|
by hello321
Data file read
|
|
[3 replies] Last: Thank you everyone for being great help! It works now and also fixed t... (by hello321)
|
by Jack599
Undeclared Identifier Issue
|
|
[1 reply] : The path to a file is merely a string with special formatting. String... (by mbozzi)
|
by frek
Does a C++ programmer need learning C in 2019
|
|
[7 replies] Last: Windows, especially its new ones (7 and 10), are mostly written in C+... (by closed account E0p9LyTq)
|
by nhnam
The insertion in map STL cause code 0xC0000005
|
|
[16 replies] Last: you can compare 8 bytes or less at a go with a 64 bit int. Should be ... (by jonnin)
|
by RmmB26
C++ community. i have Tasks and need yor help!!!.
|
|
[3 replies] Last: A long time ago (286 era here) I tried a BUNCH of ways to swap (int, d... (by jonnin)
|
by rodgexu
const_cast
|
|
[6 replies] Last: let me try to explain what you might be seeing, in beginner terms. ... (by jonnin)
|
by lovebug
Logging functionality
|
|
[10 replies] Last: I'm really unfamiliar with how one would detect errors from the compi... (by AbstractionAnon)
|
by nenaimi
Evaluating Postfix Expressions with Alphabet Characters
|
|
[1 reply] : > Is there a better way to do this instead of using an if statement? ... (by JLBorges)
|
by ZeroZ30o
Creating a (custom-language) compiler able to use third-party libraries
|
|
[7 replies] Last: Get John Levine's book Linkers and Loaders , ISBN 978-1558604964 It'... (by mbozzi)
|
by Fadey
difference between switch, default [] operator and if else.
|
|
[4 replies] Last: I heard a rumor that compiler makes other elements happen so it can f... (by jonnin)
|
by vibhu
Communication between threads in c++
|
|
[8 replies] Last: thankyou very much Konstantin2 it's working now thanks salem ...now i ... (by vibhu)
|
by lovebug
Reading errors/warnings from the compiler
|
|
[14 replies] Last: Oh I didn't see the code snippet my bad. Makes sense. (by Grime)
|
by Makan11
problem
|
|
[12 replies] Last: In the past 5 minutes I've seen 2 posts titled "Question" and one titl... (by dhayden)
|
by Fadey
std:time() returns invalid time.
|
|
[6 replies] Last: What makes you think that time() is returning one timezone or another?... (by dhayden)
|