Posts by Fiodor • 43 points
3 posts
-
0
votes2
answers2629
viewsQ: Code::Blocks - error: Stray ' 240'
I am facing a simple problem, I believe. Saved my file in .cpp in Code::Blocks and then I try to compile it. However, when I compile, some errors appear (mingw compiler usage): Compiler Settings:…
-
1
votes1
answer1148
viewsQ: Bubblesort sorting method with dynamic allocation + pointer
Hey there, guys. I’m trying to solve an exercise, by bubblesorte ordering method and dynamic allocation (No pointers and no dynamic allocation the exercise becomes easier, however, the teacher asked…
-
2
votes4
answers4551
viewsQ: Recursive multiplication in C
I’m learning recursion in C, and I was able to do some programming using recursion. However, I am getting to make a simple program that the user sending two numbers, for example: 6x2, I multiply…