How do I compile a Python class into a DLL so I can import it into C ++, using Python features that are not available in C ++?
I want to be able to import it without having Python installed on the computer
When to use a script language and what is the ideal scenario for using it?
I have read about script languages and thought about using them in my C / C ++ server project for one game, which leads me to another question: I know it depends a...
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n, i, n1, c = 0, c1, c2, max, pos, bar[501], arr[250001], j;
cin >> n >> n1;
max = pos = 0;
for (i = 1; i <= n*n1; i++)
{
cin >&...
Who could help me with this?
I'll put an example of what I want.
A A
R R
M M
A
N N
D D
O O
But the same spaces have to be horizontal, as in the vertical, have to be squared.
Thank you
Hello.
I would like to know how I can do to get Tiles crash in C ++.
I am using an engine made by my friend, however, I would like to know how to do it.
I'm using SDL 2!
Thank you in advance
Thiago
I'm getting this error in this code:
bool Configuration::GetConfigBlockLine(ifstream& file, string& key, string& value)
{
string line;
// end of file
while( !file.eof() )
{
// read line from config file...
I'm trying to resolve an issue in the Online Judge URI in Java however I'm remarking 5 % error, and from what I've studied is being caused by the fact that the precision of the variables in C ++ and Java is different. I've tried everything to...
I have the following condition in C ++ and would like to move to C #. The problem I'm having is with the div function that displays the error:
The name 'div' does not exist in the current context
if (quant > 0)
{
return d...