Recent questions tagged c

0 votes
1 answer

How to reverse a number in C++?

Oct 28, 2024 in C++ by Nidhi
• 16,260 points
930 views
0 votes
1 answer

What is the extension of java code files?

Oct 11, 2023 in Java by Saniya
• 3,360 points
4,420 views
0 votes
1 answer
0 votes
1 answer

Suggestions of excellent examples of real C/C++ code

Dec 17, 2022 in C++ by Kithuzzz
• 38,000 points
1,894 views
0 votes
0 answers

How to implement getch() function of C in Linux?

Dec 14, 2022 in Linux Administration by erzan
• 630 points
1,105 views
0 votes
0 answers

Check if element found in array c++

Nov 17, 2022 in C++ by Ashwini
• 5,430 points
1,372 views
0 votes
0 answers

Best way to split a vector into two smaller arrays?

Nov 17, 2022 in C++ by Ashwini
• 5,430 points
1,722 views
0 votes
0 answers
0 votes
0 answers

How do I determine the size of my array in C?

Nov 16, 2022 in C# by Ashwini
• 5,430 points
783 views
0 votes
1 answer

Why firefox is written in C++ and javascript UI?

Nov 7, 2022 in Java by Nicholas
• 7,760 points
1,192 views
0 votes
1 answer

How to open a huge excel file efficiently

Oct 27, 2022 in Others by Kithuzzz
• 38,000 points
1,207 views
0 votes
0 answers
0 votes
0 answers
0 votes
0 answers

What is the relationship between iostream and namespace std?

Sep 22, 2022 in Others by gaurav
• 23,580 points
1,477 views
0 votes
0 answers
0 votes
0 answers

Correct way to work with vector of arrays

Aug 23, 2022 in C++ by Nicholas
• 7,760 points
1,112 views
0 votes
0 answers

Read whole ASCII file into C++ std::string

Aug 23, 2022 in C++ by Nicholas
• 7,760 points
1,334 views
0 votes
0 answers

Making a class abstract without any pure virtual methods

Aug 17, 2022 in C++ by Nicholas
• 7,760 points
1,414 views
0 votes
0 answers
0 votes
0 answers

What is the point of function pointers?

Aug 17, 2022 in C++ by Nicholas
• 7,760 points
672 views
0 votes
0 answers

What are the differences between struct and class in C++?

Aug 17, 2022 in C++ by Nicholas
• 7,760 points
1,023 views
0 votes
0 answers

What does '&' do in a C++ declaration?

Aug 17, 2022 in C++ by Nicholas
• 7,760 points
868 views
0 votes
0 answers

How to end C++ code

Aug 17, 2022 in C++ by Nicholas
• 7,760 points
1,022 views
0 votes
0 answers
0 votes
0 answers
0 votes
0 answers

Remove elements of a vector inside the loop

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

Why is the size of an empty class in C++ not zero?

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

memory allocation for objects

Aug 16, 2022 in C++ by Nicholas
• 7,760 points
1,214 views
0 votes
0 answers

How does "this" cascading work?

Aug 16, 2022 in C++ by Nicholas
• 7,760 points
1,020 views
0 votes
0 answers
0 votes
0 answers

memory allocation for objects

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
722 views
0 votes
0 answers

(->) arrow operator and (.) dot operator , class pointer

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
1,101 views
0 votes
0 answers

What is a stream in C++?

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
720 views
0 votes
0 answers

How to Access Subgraphs of an Existing Graph in Boost

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
1,577 views
0 votes
0 answers
0 votes
0 answers

how to print \" in C++

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
922 views
0 votes
0 answers

Efficient way to return a std::vector in c++

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
1,104 views
0 votes
0 answers

std::cin input with spaces?

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
1,508 views
0 votes
0 answers

In C, are arrays pointers or used as pointers?

Aug 11, 2022 in C++ by krishna
• 2,820 points
936 views
0 votes
0 answers

How to generate a random number in C++?

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
879 views
0 votes
0 answers

declaring a priority_queue in c++ with a custom comparator

Aug 11, 2022 in C++ by Nicholas
• 7,760 points
1,807 views
0 votes
0 answers

Confused with object arrays in C++

Aug 11, 2022 in C++ by krishna
• 2,820 points
623 views
0 votes
0 answers

Is C++ considered weakly typed? Why?

Aug 8, 2022 in C++ by Nicholas
• 7,760 points
2,618 views
0 votes
0 answers

Difference between 'struct' and 'typedef struct' in C++?

Aug 8, 2022 in C++ by Nicholas
• 7,760 points
1,124 views
0 votes
0 answers

How do you properly use namespaces in C++?

Aug 8, 2022 in C++ by Nicholas
• 7,760 points
990 views
0 votes
0 answers

What are Containers/Adapters? C++

Aug 8, 2022 in C++ by Nicholas
• 7,760 points
978 views
0 votes
0 answers

How do you open a file in C++?

Aug 8, 2022 in C++ by Nicholas
• 7,760 points
972 views
0 votes
0 answers

How come an array's address is equal to its value in C?

Aug 8, 2022 in C++ by krishna
• 2,820 points
750 views
0 votes
0 answers

How can I get the size of a C++ function?

Aug 5, 2022 in C++ by Nicholas
• 7,760 points
1,002 views