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)
if crash when comparing qstrings
I was trying to make a login and registration.
i am saving the credencials on text file, and for the login i use a if statement to compare what the user typed and the credencials saved on the file.
Bu...
ZylonJavaEdition
Votes: 0
Answers: 2
can someone help me with the #include being nested to deeply error before i go insane? thx
//main.cpp
#include <iostream>
#include <array>
#include <iomanip>
#include "Board.h"
#include "Game.h"
//Player.h
#include <array>
#include <string.h&g...
John
Votes: 0
Answers: 1
Determining CUDA compute capability as constexpr for __launch_bounds__
In order to launch a CUDA kernel efficiently I'd like to use __launch_bounds__ with arguments that depend on the maximal threads per SM allowed in the current GPU, which in turn depends on that GPU's ...
Michael
Votes: 0
Answers: 0
crypto++ public/private key generation - differences between Base64 & Hex
When I execute my testsuite of which below test is part of, sometimes it is PASSED, sometimes it FAILED. After How can the behavior be so erratic? I don't know the cryptopp library well enough to deb...
user2366975
Votes: 0
Answers: 0