No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
How does random and randomize functions work? Please help me! What are the different outputs that can be predicted from this program? And How? Explain. #include<iostream.h> #include<stdlib.h> void main() { randomize() int Game[] = {10,16},P; //what does this mean? int Turn = random(2) + 5; for(int T = 0; T<2; …
What is the programming language used in games like GTA 5 or Call of duty? and which software do they use to render graphics?
I cannot understand user defined functions in c++? Please give suggestions or refer any book or website where I can learn User - defined functions in C++?
What does int flag = 1 or flag = 0 means in C++ language? I have seen it in many programs but I don't know its use.
The End.
ArpitJ.25