by a00
how can i make a windows without <windows.h>
|
|
[10 replies] Last: thank you Ganado (by a00)
|
by appMint
check for the pin number if it is matched or not
|
|
[1 reply] : http://www.cplusplus.com/reference/fstream/fstream/ The easiest way t... (by Browni3141)
|
by volang
Get filenames DESC/ASC
|
|
[16 replies] Last: I still don't understand why you don't just read the filenames into a ... (by dhayden)
|
by d0253
Template Class
|
|
[3 replies] Last: SumList<int> intList; This is an attempt to use the template constr... (by Repeater)
|
by adam2016
Regex infinite loop
|
|
[3 replies] Last: It loops because you don't ask for new input. (by kbw)
|
by DreadStarX
Locking a Window to another Window
|
|
[no replies]
|
by oliviajayden
Cplusplus problem with formatting?
|
|
[3 replies] Last: #include <iomanip> #include <iostream> struct Item { int number; s... (by kbw)
|
Slingshot possible in VS? |
|
[8 replies] Last: Rascake that was for @saadattravel who wanted to make a website. In th... (by Satan)
|
by Cambalinho
C++: Vectors: why i get these error? - Functions definitions errors (1,2,3)
|
|
[41 replies] Last: thank you so much for all (by Cambalinho)
|
by philip1999
Error in return type
|
|
[3 replies] Last: int variant1(int from, int to) // [from, to) { int cnt = 0; for (in... (by Konstantin2)
|
by Metal488
How to use shared memory to share an array between processes?
|
|
[9 replies] Last: So I think I got my original question answered with the above code and... (by Metal488)
|
by tojo
I really need help with this project
|
|
[3 replies] Last: On your last thread, I clearly pointed out that, when asking for help,... (by MikeyBoy)
|
by Raj12
Exception Handling : try block
|
|
[6 replies] Last: I don't know Java. Less is more seems to be the guideline for except... (by keskiverto)
|
by quete5
Hangman program not accepting input
|
|
[4 replies] Last: I'm not allowed to use classes in my program. Are user-created func... (by closed account E0p9LyTq)
|
by tojo
Condense
|
|
[18 replies] Last: > I'd like to get rid of word 2 but I don't see a way to do it. #inc... (by JLBorges)
|
by pLearner
Moving from game external hack to DLL!
|
|
[1 reply] : The parameters are filled by the system when the DLL is loaded, thread... (by helios)
|
by natewill2
C++ array issues
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/245563/ (by tpb)
|
by oahz
Communicating between threads in a game program
|
|
[1 reply] : A global variable named UpdateGameState... Change the value, force upd... (by SamuelAdams)
|
by tojo
Help a Brotha out
|
|
[7 replies] Last: A matrix (two-dimensional array) is symmetric if: 1 . it is a square... (by keskiverto)
|
by Not a coder
Represent free functions in UML
|
|
[1 reply] : A simple Google search found this: https://softwareengineering.stacke... (by MikeyBoy)
|