c tag

1304 questions


4 answers
40 views
0
on a one-way list

The following statement is a program that receives 5 numeric entries and returns a value as a numberlist.I'm studying two-way lists.This code is a one-way listI'd like to avoid outputting commas only ...

c
1 years ago

3 answers
43 views
0
Please point out the code about how to use the structure of C language.

The following code is a printdate function that displays the date and time entered and a Tomorrow function that returns the day after the date and time entered.Executing this code will return the wron...

c
1 years ago

1 answers
97 views
0
consolidate the minimum compilation environment into a single file

Can I consolidate the minimum environment required for compilation into a single executable file?I would like to have a C compiler environment that can be carried in USB memory, and I would like to re...

1 years ago

1 answers
66 views
0
file loading and displaying in list control

Read and reflect the data files you want to place in the list control from the menu bar.I am currently able to install a menu bar in the mainframe and read the file from the open menu, but I do not kn...

1 years ago

1 answers
119 views
0
a program that uses an array as a pointer and a pointer as a register in C language

You are creating a program that randomly generates numbers within a specified range and places them in order of lowest in select_sort.I was able to program an array, but I don't know how to make it in...

1 years ago

1 answers
138 views
0
To download csv as post in ASP.NET MVC5

Trying to do csv output on ASP.NET MVC5.On a screen with multiple parameters and multiple buttons, I post using Ajax.I'm having trouble downloading files and creating files.// Here's an excerpt:$('#do...

1 years ago

1 answers
146 views
0
I want to adjust the width size with iOS segment control.

I have a question about UISegmentControl.In SegmentControl like the attached image, without changing the overall size when selecting FirstIs it possible to increase the width of Fisrt and reduce the w...

1 years ago

3 answers
133 views
0
About void pointers

In the Description C pointer Pointers to void are not equal to other pointers.(The behavior of the void pointers depends on the system.) However, if the pointers to the two void are both null pointers...

1 years ago

1 answers
109 views
0
Information on how to count running vehicles in OpenCV.

Please tell me how OpenCV counts vehicles in motion.

1 years ago

1 answers
134 views
0
LLVM Optimization Handling Questions

What is the difference between the benchmarks for the following actions when optimizing?In addition, in terms of time differences, benchmark differences, and ease of reading, etc.Which code is better?...

1 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.