Recent questions tagged c

0 votes
0 answers

When and why do I need to use cin.ignore() in C++?

Jul 4, 2022 in C++ by Nicholas
• 7,760 points
2,096 views
+1 vote
0 answers
0 votes
0 answers
0 votes
0 answers

Why use #define instead of a variable

Jul 1, 2022 in C++ by Nicholas
• 7,760 points
993 views
0 votes
0 answers

C++ printing boolean, what is displayed?

Jul 1, 2022 in C++ by Nicholas
• 7,760 points
1,067 views
0 votes
0 answers

Static vs dynamic type checking in C++

Jul 1, 2022 in C++ by Nicholas
• 7,760 points
1,327 views
0 votes
0 answers

take string input using char* in C and C++

Jul 1, 2022 in C++ by Nicholas
• 7,760 points
1,146 views
0 votes
0 answers

How to use c++ swap function?

Jul 1, 2022 in C++ by Nicholas
• 7,760 points
968 views
0 votes
0 answers

Reverse a number without converting it to string in C++

Jun 30, 2022 in C++ by Nicholas
• 7,760 points
1,273 views
0 votes
0 answers

Infix to Postfix notation C++

Jun 29, 2022 in C++ by Nicholas
• 7,760 points
1,565 views
0 votes
0 answers
0 votes
0 answers

Deep copy vs Shallow Copy

Jun 29, 2022 in C++ by Nicholas
• 7,760 points
1,147 views
0 votes
0 answers

C++ convert from 1 char to string?

Jun 29, 2022 in C++ by Damon
• 4,960 points
2,126 views
0 votes
0 answers

Selection sort in C++ (modified) not working for all cases

Jun 29, 2022 in C++ by Damon
• 4,960 points
1,187 views
0 votes
0 answers

What is the STL?

Jun 29, 2022 in C++ by Damon
• 4,960 points
939 views
0 votes
0 answers
0 votes
0 answers

Why are exceptions so rarely used in C++

Jun 29, 2022 in C++ by Damon
• 4,960 points
1,022 views
0 votes
1 answer

*this vs this in C++

Jun 28, 2022 in C++ by Nicholas
• 7,760 points
1,694 views
0 votes
1 answer

Why can't the switch statement be applied on strings?

Jun 28, 2022 in C++ by Nicholas
• 7,760 points
11,972 views
0 votes
1 answer

What does "#include <iostream>" do?

Jun 28, 2022 in C++ by Nicholas
• 7,760 points
1,389 views
0 votes
1 answer
0 votes
1 answer

please help me with max_element function in c++ stl

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,714 views
0 votes
1 answer

Use of multisets in C++ [duplicate]

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,265 views
0 votes
1 answer

The static keyword and its various uses in C++

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,442 views
0 votes
1 answer

How do I reverse a C++ vector?

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
2,460 views
0 votes
1 answer

Initializing a two dimensional std::vector

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,288 views
0 votes
1 answer

Is there an easy way to make a min heap in C++?

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
2,024 views
0 votes
1 answer

What does the explicit keyword mean?

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,453 views
0 votes
0 answers

Sorting Characters Of A C++ String

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
960 views
0 votes
1 answer

C++ multiset, return key at position?

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,050 views
0 votes
0 answers

How to use the priority queue STL for objects?

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,150 views
0 votes
0 answers

Can you use "cin" with string?

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
939 views
0 votes
0 answers

C++ pointer to objects

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,049 views
0 votes
0 answers

How can I get the maximum or minimum value in a vector?

Jun 27, 2022 in C++ by Nicholas
• 7,760 points
1,285 views
0 votes
0 answers
0 votes
1 answer

Binary literals?

Jun 22, 2022 in C++ by Nicholas
• 7,760 points
1,235 views
0 votes
1 answer

c++ constructor and copy constructor

Jun 22, 2022 in C++ by Nicholas
• 7,760 points
2,366 views
0 votes
1 answer
0 votes
1 answer

How can I get all the unique keys in a multimap

Jun 22, 2022 in C++ by Nicholas
• 7,760 points
2,408 views
0 votes
1 answer

Using :: (scope resolution operator) in C++

Jun 22, 2022 in C++ by Nicholas
• 7,760 points
1,337 views
0 votes
1 answer

How does #include <bits/stdc++.h> work in C++? [duplicate]

Jun 21, 2022 in C++ by Nicholas
• 7,760 points
13,073 views
0 votes
1 answer

Difference between function overloading and method overloading

Jun 21, 2022 in C++ by Nicholas
• 7,760 points
7,346 views
0 votes
1 answer

When to use extern in C++

Jun 21, 2022 in C++ by Nicholas
• 7,760 points
3,674 views
0 votes
1 answer

What range of values can integer types store in C++

Jun 21, 2022 in C++ by Nicholas
• 7,760 points
2,408 views
0 votes
1 answer

insert method for doubly linked list C++

Jun 21, 2022 in C++ by Nicholas
• 7,760 points
1,656 views
0 votes
1 answer
0 votes
1 answer

What is a Class and Object in C++?

Jun 20, 2022 in C++ by Nicholas
• 7,760 points
1,268 views
0 votes
1 answer
0 votes
1 answer

Explanation of function pointers

Jun 20, 2022 in C++ by Nicholas
• 7,760 points
1,183 views