Searching and finding an element of vector<struct> for updating and deleting a specific item |
|
[5 replies] Last: you can actually reserve a bunch of space in the vector and hash the d... (by jonnin)
|
by omarespanol
How to use QueueUserAPC instead of CreateRemotheThread
|
|
[2 replies] Last: so i can't use asynchronous procedure calls to inject code into remote... (by omarespanol)
|
by omarespanol
How to check process name help
|
|
[5 replies] Last: Might be clearer to write the code like this: const int EQUAL = 0; i... (by Thomas1965)
|
by venivediveci
Working with Arrays
|
|
[1 reply] : you'll have to use nested loops #include <iostream> #include <string>... (by gunnerfunner)
|
by johnny661
file input output
|
|
[2 replies] Last: OP: well there's a std::rotate() but from your cryptic post there's no... (by gunnerfunner)
|
by beginner3
passing variables between classes
|
|
[1 reply] : assuming public variables in both classes, here are some suggestions a... (by gunnerfunner)
|
by Abbotta4
Using extraction operator on a stream for a function argument
|
|
[6 replies] Last: indeed, that's what friends are for after all. thanks edit: OP: cire i... (by gunnerfunner)
|
by omarespanol
appinit_dlls dont work
|
|
[2 replies] Last: Repeat the injection all the time when i open a process.. so if i open... (by omarespanol)
|
by Favorii
Boolean Functions
|
|
[1 reply] : bool keepgoing() { return pressedno(); //whatever press no means t... (by jonnin)
|
by MojoJo
Flagging specific number in postfix calculator
|
|
[3 replies] Last: I am not sure how your program works. One way would be to read thow wh... (by Thomas1965)
|
by JUAN DENT
Why can't we specialize a template class inside another namespace?
|
|
[4 replies] Last: Got it! Thanks!! (by JUAN DENT)
|
by SamuelAdams
Windows : Can you make a program run on CPU 8 ?
|
|
[2 replies] Last: Thx (by SamuelAdams)
|
by dkqnfl330
deleteNode...
|
|
[1 reply] : your question is very vague with a lot of info in the header files not... (by gunnerfunner)
|
by lizzie1441
Process a data set of random numeric information
|
|
[2 replies] Last: And I discovered the double-post only after spending time doing this .... (by gunnerfunner)
|
by sylvain
What category of project to choose on Code::Block
|
|
[3 replies] Last: Here's what the author wrote in response to a question asking how to u... (by helios)
|
Parallel arrays |
|
[15 replies] Last: Ooooooh I see now! (by whilenotequaltofalse)
|
by winonav
problem with mortgage calculater
|
|
[3 replies] Last: @winonav You can get the values from the user in main(), then pass th... (by whitenite1)
|
by Yany
Sleep function problem in a Thread, unexpected behavior.
|
|
[3 replies] Last: In this thread we discuss various methods to get high frequency timing... (by helios)
|
by MoZeeba
Passing input file into function
|
|
[1 reply] : use the variable Tsize to manage the loop: #include <iostream> #incl... (by gunnerfunner)
|
by saleha
source code
|
|
[3 replies] Last: https://en.wikipedia.org/wiki/Lamport's_bakery_algorithm#Code_Examples (by mbozzi)
|