by Aslanchik
Question
|
|
[2 replies] Last: Hello Aslanchik, I did not see this on the "vjudge" list. https://pro... (by Handy Andy)
|
by gevCplus
Question about a code
|
|
[6 replies] Last: Thank you for your replies all. No that's ok with the dynamic programm... (by gevCplus)
|
by steveRoll
How to pass reference of ifstream to function that expects istream
|
|
[2 replies] Last: Ah, you're right. It seems that Visual Studio was just highlighting th... (by steveRoll)
|
by oksaannna
vector,array,c++
|
|
[1 reply] : T arr as a function argument is equivalent to T* arr , so yes you ... (by Ganado)
|
by joe809
Store Values into an Array
|
|
[8 replies] Last: Thank you all for the help. It was very helpful and I'm actually getti... (by joe809)
|
by PK Dey
Constructor doesn't work
|
|
[2 replies] Last: and default initialise id and gpa class student { public: int id {... (by seeplus)
|
by mechatronicb
Iterating data on C++ Visual Studio
|
|
[6 replies] Last: What does "shows the iterate' mean? the data is in binary form Does ... (by coder777)
|
by learner999
Passing the data from file to the function
|
|
[3 replies] Last: Hello learner999, In addition to what Mif said it is best to provid... (by Handy Andy)
|
Potentiometers vs Rheostats |
|
[4 replies] Last: There is a lot of blanket reporting going on, deleting a number of new... (by deleted account xyzzy)
|
by DonnaPin
rvalue / lvalue
|
|
[1 reply] : The key, from what I understand, is that you can't take the address ... (by Ganado)
|
by emcp
Attempting to use Templates and a class I define not compiling/loading
|
|
[9 replies] Last: -- Conan: Adjusting output directories -- Conan: Using cmake targets... (by emcp)
|
by akira5555
tuition calculator
|
|
[14 replies] Last: Hello akira5555, Sorry for the delay. After testing your new code an... (by Handy Andy)
|
by hbcpp
How to get the keyboard layout
|
|
[1 reply] : Maybe https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-wi... (by deleted account xyzzy)
|
by hbyte
Particle Swarm Optimization
|
|
[7 replies] Last: I haven't a clue. I only tried Holder's table. Holder's : Global Bes... (by lastchance)
|
by fsonnichsen
Passing enum variable to a function
|
|
[6 replies] Last: [quote=fsonnichsen]All of this is a bit strange to me as I do not real... (by closed account z05DSL3A)
|
by tdilley28
Constructors and arrays
|
|
[4 replies] Last: I've made some changes (eg initialiser list, pass by ref rather than v... (by seeplus)
|
by joe809
Random Number using Function
|
|
[3 replies] Last: I managed to get it fixed without having to make a loop. I just added ... (by joe809)
|
by hbcpp
Encrypt/Decrypt File with Crypto++
|
|
[6 replies] Last: @jonnin You will have to learn the LIBRARY (what functions to call in... (by hbcpp)
|
by skcpp
Simple question on pointers
|
|
[6 replies] Last: Okay, thanks all. (by skcpp)
|
by yem
compiler Error???
|
|
[7 replies] Last: Use emplace rather than insert: codeMap.emplace(temp, encodedChar);... (by seeplus)
|