python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
C++ undefined reference to 'WSAStartup@8' even though i linked ws2_32.lib
I use CodeBlocks, i've tried #pragma comment(lib, "ws2_32.lib") with and without giving a path, i tried adding it with linker settings, but it still shows the message, i even reinstalled Cod...
user17986576
Votes: 0
Answers: 1
How to return one whole code block in javascript
I'm trying to make a BMI calculator.
If you give a weight that is a string, negative number, or so forth it should write back (type in validate weight etc.) in console. But the thing is, I don't know ...
Przychom
Votes: 0
Answers: 1
Multiple definition of 'main' in C?
I got this error in my CodeBlocks Editor while working on the OpenGL project in C. This is my very first time using this, and YES, I've already seen questions with the same title as mine, but unfortun...

RaLe
Votes: 0
Answers: 1
Problem creating dll and loading then in Python ctypes
I want to learn to create DLLs in c++ and use them in python to increase the speed of calculations. To begin with, I tried to create a simple C++ dll and load it in Python using ctypes, but I get OSE...
Alexey
Votes: 0
Answers: 0