cpp17

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,944 public repositories matching this topic...
The new converter (#1151) uses member objects to operate on data from the .dat
files. While these provide the necessary functions for conversion, they are also significantly larger than the original dat file entries (20x - 400x the size). This results in a comparatively high memory usage, especially for DE2 which uses ~1.6 GB of memory for all dat file entries. Note that the converter does not
The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal
It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:
const char win_path[] = R"(c:\some\unescaped\path)";
The same cppreference link als
-
Updated
Apr 23, 2020 - C++
-
Updated
May 14, 2020 - C++
-
Updated
May 18, 2020 - C++
I couldn't find this in the documentation or the FAQ: Is it possible to obtain the current test case's name from within that testcase's code? I mean, it should be, but how do we do it? That should be either in the FAQ or in some other relevant documentation file, IMHO.
Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike sol2 compared to what you used to use (if anything) and sol2 now. If anyone could just reply to this issue with their thoughts, perhaps answer some of the questions below (or go on a tangent, really anything), I'd appreciate it. I'm going to be writing a paper abo
-
Updated
Jan 6, 2020 - C++
Refresh wiki page
For now the wiki page of OpenXRay is a mess!
I mean all necessary pages on all possible languages are trying to fit into main wiki page.
I haven't even found coding conventions from the first time!
That should be structured by the next design:
- Main page contains only links to language main wiki page.
- Language main page contains thematic sections like: Development, Modding, Using, Conti
-
Updated
Apr 15, 2020 - C++
As for Display the special operations generated by the compiler #224 discussion, the documentation will improve if we had a section describing the transformation of each featre and his limitations.
In particular for the special operation, to explain that only the operations that are really generated would appear in the transformation. This is due to the fact that the tool s based on the AST.
-
Updated
May 3, 2019
-
Updated
May 17, 2020 - C++
-
Updated
May 20, 2020 - C++
-
Updated
May 11, 2020 - C++
This function would be nice, showing the total damage you did to your team (thus preventing you from taking a suspension for TK), and showing the damage your allies did to each other (Also giving information in case you are trolling, being able to ban allies.)
It's a pretty stupid function, but it's cool.
Discuss: https://www.unknowncheats.me/forum/counterstrike-global-offensive/307950-team
Add features list
I am sorry but I don't know how to put it into an Issue format, so I have to explain it plainly.
Dear contributors,
It seems that every source file in Vc library has the following copyright notice:
/* This file is part of the Vc library. {{{
Copyright © 2009-2015 XXX <xxx@example.com>
Redistribution and use in source and binary forms, with or without
modification, are permitte
-
Updated
Apr 2, 2020 - C++
-
Updated
Feb 11, 2020 - C++
The very first example is https://github.com/cycfi/elements/blob/e50c5e70f92519a8e0b20a7b84c3e317d8a80ff3/examples/empty/main.cpp#L11 .
It's quite generic for almost all kinds of GUI applications that having a similar GUI specific app
being created from client code. And of cause, app writers will have to do a similar app.run()
invocation to bring up the GUI message loop or similar stuffs.
-
Updated
Feb 20, 2020 - C++
Add API nameof::cstring to https://github.com/Neargye/nameof/blob/master/doc/reference.md
-
Updated
May 15, 2020 - Emacs Lisp
We are using getopt which is old school, we should upgrade to something like this: https://github.com/jarro2783/cxxopts