453 questions
class baseDMA{private: char* label; int rating;public: baseDMA(const char* l=NULL, int r =0); baseDMA(const baseDMA& rs); virtual ~baseDMA(); baseDMA& operator=(const baseDMA& rs); friend ...
I'm trying to create a web code editor, but I don't know how to start, so I'm leaving a question.The period is set at 2 months, but I don't think it'll matter if it's delayed further.I'm planning to m...
I made it like below, and it works well to the first function that prevents duplicate numbers.For example, if you enter 123 and you have at least one strike,If you repeatedly enter 123 several times, ...
#pragma warning (disable:4996)#include<stdio.h>int main(void) { int cnt = 0, digt_cnt = 0, i, total = 0; char c; while (c = getchar()) { if (c == 'q') return 0; ++cnt; {if (c >= '0' &...
// Enter your code here[ { created_time: 2018-01-23 08:00:00, link: http://news.jtbc.joins.com/article/article.aspx?news_id=NB11579263, message: To former lawmaker Lee Sang-deuk, who was a big shot...
//for i in range(5): for j in range(i+1): print('*',end='') print() for i in range(5): for j in range(5-i): print('*',end='') print()When I do this, it becomes double cloth, so the shape I want do...
I have a question because there is something that doesn't work well while studying Android. mSensorManager= (SensorManager)getSystemService(Context).SENSOR_SERVICE ); mSensor = mSensorManager.getDefau...
vector<list<CObj*>> m_vecObj;for (UINT i = 0; i < iSize; ++i){ list<CObj*>::iterator iter = m_vecObj[i].begin(); for (; iter != m_vecObj[i].end(); ++iter) { if (i == MISSILE) { ...
You are about to use bash script in C language.You don't have to run the bash script fileAs shown in the source below, I want to define the bash script as a definition statement and then run it in the...
« | - 16 - | » |
© 2024 OneMinuteCode. All rights reserved.