c tag

1304 questions


1 answers
291 views
0
It's a code question in C language

I keep getting errors, but I don't know what's wrong#include <stdio.h>void jin(int array_1[7][7]);void output(int array_2[7][7]);int main(void) { int array[7][7]; void jin(array); void output(ar...

c
1 years ago

1 answers
293 views
0
I have a question in language c.

#include <stdio.h>int main() { char ch[5]; char tmp; for(int i=0;i<5;i++) scanf(%c,&ch[i]); for(int i=0;i<5;i++) { for(int j=5-i;j<5;j++) { printf(%c,ch[j]); } for(int k=0;k<...

c
1 years ago

2 answers
304 views
0
I want to use Rspec expect method around

I am writing a test code using Rspec, but I want to define it somewhere and define it for each it like a method.I'm in trouble because I can't find the same article as I thought.I wonder how dry they ...

1 years ago

1 answers
389 views
0
I want to create a matrix class object that meets certain conditions.

I would like to create a matrix class object in C++ that meets the following conditions:The number of columns for the object is SObjects have 0 or 1 as componentsThe sum of elements in each row of obj...

1 years ago

1 answers
420 views
0
I want to create a matrix class object that meets certain conditions.

I would like to create a matrix class object in C++ that meets the following conditions:The number of columns for the object is SObjects have 0 or 1 as componentsThe sum of elements in each row of obj...

1 years ago

1 answers
385 views
0
How to write Cmake on Android Studio

I would like to introduce C source code using Cmake on Android Studio, but when I run, I get the following error.Java/Kotlin as a library would like to call main.cpp.I'm sorry for the rudimentary ques...

1 years ago

1 answers
471 views
0
How to write Cmake on Android Studio

I would like to introduce C source code using Cmake on Android Studio, but when I run, I get the following error.Java/Kotlin as a library would like to call main.cpp.I'm sorry for the rudimentary ques...

1 years ago

1 answers
464 views
0
Does the code you wrote match what the assignment requires?

I wonder if the code I wrote understands the title of the assignment?The results are correct.I admit that the code is quite hard to read and hard to see.I'm sorry.If there is a shortage of common sens...

1 years ago

1 answers
274 views
0
[C] Does the code you wrote match what is required?

プログラミングI'm a beginner in programming. I think there are many things that I can't do, but please be gentle.I wonder if the code I wrote understands the title of the assignment?The results are correct.T...

1 years ago

1 answers
439 views
0
I want to console every time I receive it on a UDP socket.

Creating UDP sockets in C++.The current one is that the server stores messages in a buffer and displays them all together. I'd like to display them on the console every time I receive them for debuggi...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.