c++ tag

886 questions



2 answers
24 views
0
C++ calculator for four operations

It's not a post for help on the source.As a task, I have to make a calculator that supports calculations of '+', '-', '*', '/', and '(').You have to make it based on what you learned in the previous c...

c++
2 years ago

1 answers
25 views
0
Duplicate Character Question

Issue) ['hong', 'a', 'a', 'a'], ['hong', 'a', 'b'], ['park', 'a', 'b', 'c'], ['hong', 'e', 'f', 'g'], ['park', 'a', 'a', 'b', 'b'] Given the following arrangement, Alphabet that hong has (duplicated x...

c++
2 years ago

1 answers
48 views
0
It's a C++ question. It's a very basic question.

There are two questions. It's hard because there's no additional explanation when I read and study on my own.The first question is, I want to know the difference between and . When I use char type or...

c++
2 years ago

1 answers
32 views
0
I don't know why the insert function isn't running

Error content: It runs on line 137, but I think there is a problem with the insert function.I turned on the debugs Exception thrown: read access violation._My_data was nullptr.What's wrong with that?c...

c++
2 years ago

1 answers
29 views
0
Is there a site with method and command description like Java Oracle for c++?

I'd appreciate it if you let me know if you have one

c++
2 years ago

1 answers
24 views
0
I have a question about c++ if

What should I do if I want to do multiple conditions in the if statement? If I meet only one of the conditions, I want to make it happen. For example, you can enter only one of the three. I thought I ...

c++
2 years ago

1 answers
105 views
0
I can't delete it

I modified it because it couldn't be deleted

2 years ago

1 answers
25 views
0
Range switch case statements

case 1 ... 5 :I can't because it's a vs. Or is there a way to compare the size and size of the condition at all?

c++
2 years ago

1 answers
29 views
0
Inheritance Utilization and Pointer

It's a question that doesn't matter whether it's C++ or C#.Inheritance related questions I learn the concept of inheritance, learn it, and know the advantages. If you use inheritance as a sample code,...

2 years ago
« - 48 - »

© 2024 OneMinuteCode. All rights reserved.