Commit Graph

91 Commits

Author SHA1 Message Date
Mark Keller
7611e1f190
Update c++.html.markdown (#4980) 2024-06-18 09:35:45 +02:00
Mark Keller
887d6e0653
Move comment in c++.html.markdown (#4979) 2024-06-18 09:35:08 +02:00
Boris Verkhovskiy
389f2c2956 [c++/en] consistent indentation 2024-05-17 11:58:29 -06:00
rilysh
825a2b0875
[c++/en] remove using namespace std (#4738) 2024-05-17 11:46:56 -06:00
Harshit Gupta
2891ecf32d
[cpp/en] String length content addition (#4888)
* Add string.length() and string.size() example line

Adds a line under the Strings section to add total string length by
calculating the sum of two strings which have been given on output above
with their sizes found out using string::length() and string::size()
functions, with appropriate comment on this line.

Signed-off-by: Harshit Gupta <hkg1412@gmail.com>

* Add cstring strlen() example

Includes <cstring> header to demonstrate length of a character array
string which is C-compliant by using strlen() function available from
this header supported in C++.
Declared string is initialized with char array size [10] to just fit the
string contents with '\0' terminator.

Signed-off-by: Harshit Gupta <hkg1412@gmail.com>

---------

Signed-off-by: Harshit Gupta <hkg1412@gmail.com>
2024-04-07 14:03:56 +02:00
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
bharathcs
5faaf058e1
Update C++ docs to improve clarity on namespace.
Make it immediately obvious what importing a namespace does, instead of just listing how to use fully qualified symbols.
2022-08-29 13:13:34 +08:00
Marcel Ribeiro-Dantas
c0e5292022
Update to uppercase for c++ and c# in index 2022-08-02 23:23:36 -03:00
Alan Chang
6a11164757
[c++/en] Fix newline error (#4176)
* Fix newline error

* use std::endl
2022-01-04 00:36:58 +08:00
James
3cdecb5941
Add learncpp.com to further reading (#4237)
I've been learning from this site, and it seems good, and the general consensus online is that it's one of the better online tutorials/books for learning C++.
2021-11-01 22:24:35 +01:00
Lilian Besson
4176277ba7
Update c++.html.markdown
Just forcing http:// links to be https:// when possible.

I also read everything carefully and didn't find any mistake or easy improvements I could add (but I'm not that familiar with C++)
2021-01-31 21:55:38 +01:00
Priti Xavier
e07193e6b4
Changed operator < to != (#4004) 2020-09-29 14:50:47 +02:00
Spencer Burris
79ebb067b3 Replace newline string with newline character 2020-09-12 21:06:26 -07:00
Ryan Huang
5f6375db90 Remove extra space 2020-05-23 15:34:40 -07:00
Ollin Boer Bohan
43fc3289dc
Minor fixes to C++ Smart Pointer section
* Fix minor spelling / grammar problems ("tp de-allocate", "refences", "dont"...)
* Remove filler words ("Basically", "As a matter of fact"...)
* Remove spaces before parens in smart pointer initialization code sample (consistent with the other sections, e.g. the `Tuples` section)
* Clarify `std::weak_ptr` use case
2019-08-31 08:11:27 -07:00
LamdaLamdaLamda
41f2b7f168 [C++/de] fixed wrong spelling (#3579)
* Added [C++/de]

* [C++/de] filename fixed.

* [C++/de] language code in filename added

* [C++/de] fixed wrong spelling

* [C++/en] smart pointer added
2019-08-03 23:48:39 +05:30
codesoap
696cbc66be c++: Add more explanation to the += overloading example 2019-06-30 12:40:47 +02:00
Max
3a1e38478e
[en] Typo in c++ 2019-03-10 23:56:47 +02:00
Gergely Máté
e2ada2dc91 Move section about containers its logical place
Probably it was its original place, just after templates are introduced,
and before first usage of container types.
2019-01-04 13:23:05 +01:00
Renze Yu
6c4a7afacc
add missing spaces after // in c++ 2018-12-28 23:50:16 +08:00
Ankush Agarwal
00bb4b8a70
efficient typo fix 2018-10-22 14:13:58 -07:00
Ankush Agarwal
2e6208c754
Update comments 2018-10-22 09:12:29 -07:00
Ankush Agarwal
129abf6113
Add comments about unordered_map and unordered_set 2018-10-22 08:44:21 -07:00
Matthew Biondi
3cfb769bfb Addresses #3009, corrects C++ headers description 2018-10-18 12:26:26 -04:00
Divay Prakash
5117208ead Fix links and list styling 2018-10-14 05:26:21 +05:30
Apoorv Choubey
2242ad7a17 add C++ resource 2018-10-13 22:28:57 +05:30
Mario
cd379d9e9e [c++/en] container -> vector (#2838)
* container -> vector

fixed errors:
- "vector_name" and "Vector_name" (different case) would have resulted in a compile time error, now: "my_vector"

enhancements:
- typedef for consistency
- two push_backs to show its purpose
- both iteration types now have a working execution block (both output the vector's content)
- the first "classic loop" now also shows the operator [], which therefor is removed from below
- include and for with a white spaces for readability

* removed the typedef

the `typedef` was used to show that we will be using `string` as our base for all operations, but we are free to use any other type; of course it is technically not needed and might look like a redundancy. the two `cin` also look redundant, so I changed this into one `cin` and two `push_back`s
2017-09-12 08:21:23 +00:00
Andre Polykanine A.K.A. Menelion Elensúlë
c076537cf9 [c++/en] Added public declaration. Fixed #2805 2017-08-30 02:46:49 +03:00
Pratik Karki
d69afc4039 fix language code suffix(#2832) 2017-08-25 14:24:43 +05:45
ven
eb44c5bc91 Update c++.html.markdown 2017-05-18 12:48:46 +02:00
omgee
ae16d45078 [c++/en,es,it,br,ru,ch] Fix forgotten namespace std:: (#2619) 2017-01-03 08:41:35 +01:00
George Gognadze
1f1f59d9b4 c++/en typo, formatting fixes (#2531)
Space should be removed.
before:
// concatenated_tuple becomes = (10, 'A', 1e9, 15, 11, 'A' ,3.14141)
after:
// concatenated_tuple becomes = (10, 'A', 1e9, 15, 11, 'A', 3.14141)
Typo initialize is correct form.
before:
map<char, int> mymap;  // Will initalize the map with key as char and value as int
after:
map<char, int> mymap;  // Will initialize the map with key as char and value as int
Typo corresponding  is correct form.
before:
// To find the value correponsing to a key
after:
// To find the value corresponding to a key
2016-10-30 10:58:59 +01:00
Andrew Chellis
042ed50381 [c++/en] Fix typo of iterator (#2501)
iteartor -> iterator
2016-10-24 09:43:42 +02:00
Valery Cherepanov
47679dfcbe Some minor (mostly stylistic) fixes in C++ 2016-08-02 16:32:38 +03:00
Jatin Dhankhar
c50ff92996 Added the Logical and bitwise operators section, fixes merge issue with #1817 (#2292)
* Added the Logical and bitwise operators section

* Added a note for Short Circuit evaluation

Excerpt from https://en.wikipedia.org/wiki/Short-circuit_evaluation
C++ uses minimal evaluation, or McCarthy evaluation (after John McCarthy (computer scientist)) is the semantics of some Boolean operators in some programming languages in which the second argument is executed or evaluated only if the first argument does not suffice to determine the value of the expression: when the first argument of the AND function evaluates to false, the overall value must be false; and when the first argument of the OR function evaluates to true, the overall value must be true. In some programming languages (Lisp), the usual Boolean operators are short-circuit.
2016-06-27 15:30:07 +02:00
Ankush goyal
281ba5b37a Containers Added (#1942)
* Containers Added

* Text Formatting

Added required spaces between text and //
2016-06-26 22:49:51 +02:00
Geoff Liu
1d562740f3 Remove a section from c++, fixes #2130 2016-02-15 14:33:23 -05:00
AndrejPetelin
1bb2535efd Update c++.html.markdown
v.empty() queries if v is empty while v.clear() actually clears it (or rather sets size to 0).
2016-01-31 16:08:28 +01:00
ven
e1016455d5 #2119 fixups 2016-01-28 14:04:41 +01:00
Jaskamal Kainth
fa2b171008 [C++/en] Tuple , Updated 2016-01-28 18:22:11 +05:30
Jaskamal Kainth
4a1a6857ce [C++/en] Tuple , updated 2016-01-28 17:15:44 +05:30
Jaskamal Kainth
c805148618 [C++/en] Tuples in C++ 2016-01-28 15:26:35 +05:30
Jaskamal Kainth
32f18cd992 Added Tuple 2016-01-28 10:38:51 +05:30
bk2dcradle
e6866f5a26 More Fixes 2016-01-08 01:21:38 +05:30
bk2dcradle
19ead59c1f Add my Changes 2016-01-05 13:36:23 +05:30
John Rocamora
fd26c8ddfb Added missing semicolon 2015-12-12 17:51:23 -05:00
Brook Zhou
c3e769e4ac [cpp/en] comparator function for std containers 2015-10-31 16:27:42 -07:00
Cameron Wood
ca435fbb0d [C++/en] Added in Enum information
Added in some information about enums in C++ including some different
use cases
2015-10-17 06:05:54 -04:00
Cameron Wood
e32eb715ef [C++/en] Small inheritance clarification
Clarified that private members are inherited but are not directly
accessible
2015-10-11 03:41:20 -04:00
George Gognadze
9d64b532f8 Update c++.html.markdown
spelling error
2015-10-07 01:27:12 +04:00