Q&A Discussions
Search
Search
Ask a question
Ask a question
Why are virtual functions needed? if you had a base class with an attack function and you had a derived class (n) with an attack function could you not just use n.attack(); to access that function?
c++
0 Votes
3 Answers
27th Aug 2016, 10:25 PM
Rondes
Which is better? Vagrant, Ansible, Docker or Kubernetes
ansible
docker
environment
kubernetes
test
vagrant
virtual
2 Votes
1 Answer
26th Feb 2018, 12:30 PM
Juan Antonio
What Jvm do recommend to a begginer?
begginer
java
jvm
machine
newb
virtual
1 Vote
2 Answers
14th May 2017, 8:57 AM
ceduardo
C#Love chat-5
array
c#
code
mandy
override
virtual
2 Votes
1 Answer
11th Sep 2017, 7:19 AM
Топчий Анастасия Александровна
AR/VR + iOS/Android
android
app
ar
augmented
ideas
ios
reality
virtual
vr
3 Votes
4 Answers
10th Dec 2017, 5:18 PM
Sarthak Joshi
Containerize our code
cloud
container
containerize
docker
machine
virtual
virtualization
0 Votes
3 Answers
5th Jan 2017, 8:47 PM
Jasol17
Programming for audio/sound/music!
audio
instrument
interactive
music
sound
virtual
vst
0 Votes
1 Answer
30th Jan 2020, 2:17 AM
Matheus Meireles
why this output only comes 3 and why not output 123? #include<iostream> using namespace std; class A{ public: virtual void f(){cout<<1;} }; class B:public A{ public: void f(){cout<<2;} }; class C:public B{ public: void f(){cout<<3;} }; int main() { B *p=new C; p->f(); }
c++
0 Votes
3 Answers
24th Aug 2016, 2:21 PM
Lekhraj Singh
Making a VPN
java
network
networking
osi-model
packets
private
python
tcp
virtual
vpn
1 Vote
2 Answers
25th Aug 2021, 1:23 PM
Yahel
Would you guys like to check out my VR Website
android
app
reality
shmagegy
virtual
vr
webvr
1 Vote
1 Answer
28th Nov 2017, 5:42 AM
Khomotso Zwane
What are questions on OOP side of C++ that require code to be written?
c++
classes
constructors
destructors
inheritance
oop
polymorphism
virtual
1 Vote
1 Answer
23rd Oct 2017, 1:25 PM
Bhavesh Gupta
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
6
7
Next >
Hot today
The if statement does not run although it is True.
0 Votes
How to insert images the right way??
0 Votes
Help me debug programm
0 Votes
Anyone see what's wrong with this code?(Python)
0 Votes
Take input of three numbers and find largest number by using nested if condition.Is it correct??
0 Votes
What's wrong with videos?
0 Votes
In operator confusing example
2 Votes
"That's Odd..." Problem using c#
0 Votes
Why radio input is not working?
0 Votes
Generative AI for the future of programmers
3 Votes