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)
Thick binding dynamic library: Undefined references
What I did so far on my Linux Mint system:
Write a thin binding to the GSL library
Write a thick binding based on the thin binding
Write a test program for 1.
Write a test program for 2.
When I crea...
hreba
Votes: 0
Answers: 1
I have a trouble when trying to initialize a function in struct C++
I'm trying to initialize Date, maybe I forgot something about it. I follow Bjarne Stroustrup's book but cannot run this code.
#include <iostream>
using namespace std;
struct Date
{
int y, ...

Tien Hung
Votes: 0
Answers: 1
c++ compiler returning undefined reference when referencing "CreateBitmap()"
I am very new to c++ and I cant seem to get this code to work:
#include <iostream>
#include <windows.h>
using namespace std;
int main() {
HBITMAP hbm = CreateBitmap(100, 100, 1, 24, NUL...

Dusty Berkley
Votes: 0
Answers: 0