by Cplusc
Adjacent Cell
|
|
[3 replies] Last: bool adjacent {}; then take the output of your slow code and shovel i... (by jonnin)
|
by mneducza
Directshow RenderStream returns E_INVALIDARG
|
|
[1 reply] : Maybe you should check if the Reads on L42 and L48 fail (i.e., add an ... (by DizzyDon)
|
by DLcode20
Ensure "Shuffling" for Blackjack code
|
|
[4 replies] Last: Ignoring the Windows-specific coding here's one possible way to ... (by deleted account xyzzy)
|
by frek
Pointers, deletion and nullptr
|
|
[9 replies] Last: Yeah, that's right, thanks, that was probably a typo, since this as a ... (by frek)
|
by DeezyM89
Please help with my code
|
|
[3 replies] Last: Perhaps: size_t Strlen(const char* s) { const char* sc {s}; ... (by seeplus)
|
by BZKN
lvalue required as left operand of assignment in C++ class (1,2)
|
|
[26 replies] Last: @seeplus: thanks for this additional code snippet. It's helpful...... ... (by BZKN)
|
by kailarob
Valgrind errors
|
|
[4 replies] Last: ==282== Address 0x5b80440 is 0 bytes inside a block of size 7 free'd... (by salem c)
|
by tonic
Why Hex? C++
|
|
[4 replies] Last: wow thank you guys 100 times (by tonic)
|
by malibuwiley
Understanding a program that organizes a 1D array
|
|
[11 replies] Last: I was thinking a custom compare to sort by even/odd then by value... (by jonnin)
|
by seeplus
Develop a C++ program to calculate salary based on working days for a week.
|
|
[1 reply] : It looks like you want someone to do the work for you, for free. The ... (by deleted account xyzzy)
|
by DeezyM89
Help with writing Fuctions and driver program
|
|
[6 replies] Last: Possibly: #include <iostream> #include <iomanip> template<typename ... (by seeplus)
|
by helios
Better fstream?
|
|
[5 replies] Last: Er, you can do all those FileMode things with standard iostreams as-is... (by Duthomhas)
|
by Cplusc
distributed matrix vector multiplication
|
|
[9 replies] Last: @lastchance This is just a simple case, let's say two elements and 4 n... (by Cplusc)
|
by JUANDENT
function template has already been defined
|
|
[5 replies] Last: yes Peter87 but that is another issue. For now lets not think about th... (by JUANDENT)
|
by BJKY0712
index of a found string element of a vector using find function
|
|
[1 reply] : Perhaps something like: const auto itr {std::find(vect.begin(), vec... (by seeplus)
|
by BJKY0712
Check if string element is not an element of a vector of strings
|
|
[2 replies] Last: Something like: const auto itr {std::find(operations.begin(), opera... (by seeplus)
|
by BJKY0712
find function element at the end
|
|
[3 replies] Last: is it true that there isn´t really a way for me to tell if I found i... (by AbstractionAnon)
|
by frek
Passing Cars
|
|
[3 replies] Last: We should've used > 1000'000'000 instead. :) thanks. (by frek)
|
by frek
Missing Integer
|
|
[17 replies] Last: There is a picture of access patterns on this page Thank you for tha... (by deleted account xyzzy)
|
by BJKY0712
Calculate value of an element based on values of others elements of the same array
|
|
[1 reply] : Within the loop that changes the values of the first 2 elements, the t... (by seeplus)
|