Skip to main content
2 votes
0 answers
73 views

I'm building a static site with Astro and trying to create a custom code block component that allows users to switch between different programming languages. Current Implementation CodeBlock.jsx: ...
Ashwin Prasad's user avatar
0 votes
1 answer
46 views

When I install codeblocks V25 (64-bit) in windows "Program Files" I seem to be unable to set the default file type association for cbp-files. Seems to work if I install in "Program ...
Graham's user avatar
  • 809
1 vote
1 answer
88 views

The title says it all. This question is quite the same with this question. However, the difference is that now it is 2 years and 4 major versions of cygwin gdb later. I want to believe that keeping ...
virolino's user avatar
  • 2,331
0 votes
1 answer
130 views

I recently started using code::blocks on Linux (Linux Mint). I've been trying to install GTK and its dependencies for C++. I started by downloading each of the dependencies as a .tar.xz file, and then ...
Bob the Cob's user avatar
-1 votes
1 answer
163 views

My problem is that I get the "too many files open" (Process returned 1 (0x1) ) error and I don't know why. I close the file with fclose() every time. I do that in a function and this ...
Simon Rogl's user avatar
0 votes
1 answer
60 views

I want to ask why my Code::blocks suddenly cannot run when I include the <bits/stdc++.h> library (More detail in the pictures below), everything else works fine. This happened after I set up Git:...
An Nguyễn Khánh's user avatar
-1 votes
1 answer
52 views

I have set up Highlighterjs with my NextJS@13+ page routing, but the code block is taking single line with scroll-x. Look at the image... If i remove the useEffect the highliger is gone, but the line ...
Yousuf Ahamad's user avatar
4 votes
3 answers
432 views

I've been learning how to do multi-threading in C and wanted to use <threads.h>. But it (my compiler GCC 8.1) says that <threads.h> isn't a file or a directory when I wanted to compile ...
Hemdy Mameche's user avatar
1 vote
1 answer
151 views

I have ran into an issue that has made me realise I don't know as much about pointers as I thought I did. test.h #ifndef TEST_H_INCLUDED #define TEST_H_INCLUDED void getDataAlt(char** dst); #endif // ...
BagOfTricks's user avatar
0 votes
0 answers
54 views

A debug report has been generated in this directory: a dialog box open and my Code::Blocks suddenly stopped. How can I solve this problem? And where is my cbKeyBinder10.ini file in Code::Blocks. And ...
Mohammad Shohel Rana's user avatar
0 votes
1 answer
118 views

I have a problem. Code::Blocks is showing this: codeblocks.exe - Entry Point Not Found The procedure entry point _initterm could not be located ion the dynamic link library D:\Program Files\...
Lindo Kabini's user avatar
0 votes
0 answers
73 views

I'm using Code::Blocks version 20.03 on my Windows 11 PC to compile C++ files, whenever I try to build the file, I get an error that it is unable to find -lSDL2_image and -lSDL2_ttf. Here are the ...
Spelunkhead's user avatar
0 votes
1 answer
55 views

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> struct train { int id; int hours; int minutes; char destination[21]; }; // ...
Ferromantum's user avatar
1 vote
0 answers
41 views

Code::Blocks always shows suggestions from other open source files. For example, if I write a function in another file like func(int a, char ch), Code::Blocks will automatically suggest func(int a, ...
jackson gray's user avatar
0 votes
0 answers
80 views

I was trying to solve the reverse polish calculator problem where the arguments can be entered on the command line. I am facing a peculiar problem. The program name is rpc.exe A command line entry as ...
Vinayak Deshmukh's user avatar

15 30 50 per page
1
2 3 4 5
288