User profile: Chidoro

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Chidoro
History
Joined:
Number of posts:10
Latest posts:

Cannot Debug this Code
Use this code to compile. [code]#include <iostream> #include <string.h> using namespace std; int m...

N-ary tree - mirror
[code]5 8 3 6 7 8 9 10 11 1 2 3 4 5 0[/code] Should this be : [code]5 8 3 7 6 8 11 10 9 1 5 4 3 2 ...

Trying to figure out how to fix this cod
Then you try this then. [code]#include <iostream> #include <conio.h> #include <stdio.h> #include <st...

Trying to figure out how to fix this cod
Your code does not compile. Here is the code that compiles : [code]#include<iostream.h> #include<co...

Code Error Help C++
[code]#include <iostream> #include <fstream> #include <string> #include <cassert> #include <iomanip>...