
please wait
by Chikwado
C++ move constructor spot untold error
|
Good day admin Please what could be the error in c++ code below. The c++ syntax below is pouring out strange error. #include <iostream> #include <strin... |
Dec 21, 2023 at 6:07am
[11 replies] Last: Personally I'd treat a moved object to be as safe as an empty elevator... (by deleted account xyzzy)
|
by lul
help with reference usage
|
Write your question here. Hi, compiler gave me error about the reference line: vector<int>& c = res.back(); and c = res.back(); I cant figure out why i ca... |
Dec 13, 2023 at 8:03pm
[7 replies] Last: I want to hold the reference because in the thinking of once i change ... (by lul)
|
by demhat
how to make ignorance in sequence scanf input
|
hi guys, here in this code, it's working if I execute scanf functions one by one (independently, as I take others in comment line). However, I tried different ... |
Dec 11, 2023 at 11:22pm
[5 replies] Last: What if user enters suzyismybestfriendandiwillalwaysloveher ? ... (by Duthomhas)
|
by Mif
C language. Code working in debug mode and not in release why?
|
Hello.. I'm currently working on a RPG game I use VS 2019 and I use 'C' language. I am a bit confuse, and I hope you guys make me understand why this is possib... |
Dec 11, 2023 at 6:16pm
[12 replies] Last: .. Yes, I understand my buggy code logic fully and I found that quite ... (by Mif)
|