1304 questions
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...
#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<...
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 ...
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...
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...
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...
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...
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...
プログラミング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...
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...
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.