Category "codeblocks"

Error: Undefined reference to mysql_init and mysql_real_connect

good I am developing a C ++ program using CodeBlocks that connects to a MySQL database with XAMPP using the libmysql.a linker but I can't get it to work, this i

Running C++ exe file in PowerShell

I'm usually not programming in C++, but this time I had to and I've got a problem executing my code in PowerShell (which I have never done before). The program

"apt upgrade -y" Not working in kali linux (The following packages have unmet dependencies)

While updating kali machine the following error will shown Reading package lists... Done Building dependency tree... Done Reading state information... Done You

how to make a code::blocks project for caffe

I like to have a code::blocks project out of the sources of the caffe framework. I checked out the whole repository from caffe and made the makefile.config and

Valgrind shows question marks

I have compiled a program using Code::Blocks. I have turned on "produce debugging symbols" under the "Debug" target, and also turned off "strip all symbols..."

How to use complete Dark Mode in Code Blocks 20.03?

I have tried to install the dark theme and it worked, but only for the area where you can write your code, not for the whole app. Is there a possibility to chan

Starting the debuggee failed: No executable specified, use `target exec'

Code: #include <stdio.h> #include <stdlib.h> #include <conio.h> // to generate numbers void gen_data(int b[], int n) { int i; for (i =

GMP Library, compile error in C++, MinGW, Code::Blocks

I have built GMP for MinGW. The IDE I'm using is Code::Blocks. I don't have any problems with C functions of GMP. But I'm having problem with C++. The program I

Error message "error: stray '\302' in program"

I'm using Code::Blocks on Ubuntu 10.10 (Maverick Meerkat). I have connected a Mac keyboard and set the keyboard settings to "Swiss German Mac". Now wheneve