User profile: DatDankMeme

User info
User name:DatDankMeme
Old user name:Vikram Sehgal
Bio:...........................................................................................................................................................................................................................................................................................STALKER!
History
Joined:
Number of posts:45
Latest posts:

2-D array diagonal help
I'm not sure but it maybe wrong because = is an assignment operator and I should be using == operato...

2-D array diagonal help
The first part [code]int i=0;[/code] is used for initializing the second part [code]i<n[/code] sets...

2-D array diagonal help
I tried it again [code]for(int g=n;g=0;g--)[/code] it still gives 0 as the answer

2-D array diagonal help
OH FUCK THAT WAS SO DUMB OF ME!! THANKS!

Learning C++. Advice on how to aproach.
You need to solve algorithm and data related problems. Memorizing won't help you in the real world. ...