Invalid Inputs in Switch and If statements. |
|
[1 reply] : You should "terminate" the program by designing the logic flow to reac... (by Ganado)
|
by hassanAman
Accessing bytes of a .bmp image
|
|
[8 replies] Last: One more word. I just had a look to the source of Emu42, https://hp.gi... (by MikeStgt)
|
by TOMMY 24
Does Libcurl work with Javascript or does it only work with HTML
|
|
[1 reply] : libcurl is only an HTTP/S client, not a web browser. It will download ... (by helios)
|
by Albuquerster
Event COM client C++
|
|
[no replies]
|
by montra
automatic display switcher to internal
|
|
[6 replies] Last: Thank you dear Duthomhas . I solve it and creat final c++ file. Your h... (by montra)
|
by kavala
Pointer to different data types (1,2)
|
|
[23 replies] Last: Jonnin, you were spot on. mbozzi ditto. It took me a while to figure ... (by kavala)
|
by jmpt
Encrypted password on files
|
|
[2 replies] Last: Storing the password decreases security, no matter what you do to it... (by Duthomhas)
|
Multithreading a loop |
|
[13 replies] Last: Ok... that is interesting. Try O2? What I tested const int N =... (by jonnin)
|
by zaahm18
how to declare class::function in the header file(plz. read)
|
|
[2 replies] Last: Nah I assigned the static keyword from the net sorry... (by zaahm18)
|
by cmcneary1
Can some help me fix my code Final.cpp
|
|
[1 reply] : Can some help me fix my code Final.cpp Without knowing what it's sup... (by dhayden)
|
by Mark657
Need Help With a Brute Search
|
|
[3 replies] Last: && board > board[j-1][k-1] Do you notice any differences between th... (by jlb)
|
by X2Star
Raycasting Engine
|
|
[4 replies] Last: Thanks for the advice (by X2Star)
|
by redfury
A management system program - Difficulty in Data Reading and Data Saving
|
|
[1 reply] : You haven't shown the addStudent() method, but I suspect it does NOT a... (by dhayden)
|
by JLBorges
GCC 9.1
|
|
[8 replies] Last: Thanks, JLBorges, for the update. (by deleted account xyzzy)
|
by whitenite1
Need recursion??
|
|
[5 replies] Last: @dhayden It would probably be faster to check if the word is in the ... (by whitenite1)
|
by gongong
void functions
|
|
[10 replies] Last: I figured it out. Thanks for your help, people! (by gongong)
|
Array C++ |
|
[1 reply] : have a capacity that the number given to it is the bytes in total. ... (by jonnin)
|
by zaahm18
Nested std::initializer list problem
|
|
[9 replies] Last: Is there other methods? (by zaahm18)
|
by vaderboi
When using recursion, is it possible to remove unneeded function calls from the stack?
|
|
[4 replies] Last: All major compilers perform TCO. They are pretty good at it, too. How... (by Duthomhas)
|
by c1010
Problem: Analysis of Financial Time Series: USD/EGP Exchange Price
|
|
[5 replies] Last: You might get more interest by using [c ode] tags around your code. ... (by salem c)
|