Course Solutions Uncategorized (Solved) : Hi Recursively Finding Paths Maze Project Got Problem Try Read File 2d Char Array Work In Q34799901 . . . .

(Solved) : Hi Recursively Finding Paths Maze Project Got Problem Try Read File 2d Char Array Work In Q34799901 . . . .

 

Hi

I am doing the RECURSIVELY FINDING PATHS THROUGH AMAZE project but I got a problem here.

I try to read a file to a 2D char array but it did notwork  

this is what I have

include <cstdlib>
#include <fstream>
#include <iomanip>

#include <iostream>
#include <string>
using namespace std;

int main()
{
   int count,i,j,m,l;
   char data[1672];
   int size[2];
   char maze[100][100];
  
   ifstream inputfile;
   inputfile.open(“maze.dat”);
   count = 0;
   l = 0;
   while (l!=2)
   {
       inputfile >> size[l];
       l++;
   }
   cout << size[0] << “|” << size[1]<< “|||”<   
  
  
  
   int c=0;
   while (!inputfile.eof())
   {
       for (i = 0; i < size[0];i++)
       {
           for (j = 0; j<

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Problem Description Develop Java Application Store Student S Information Includes Student Q33114403 . . . .(Solved) : Problem Description Develop Java Application Store Student S Information Includes Student Q33114403 . . . .

<br/><img src="../../../media.cheggcdn.com/media/cf4/cf407d15-0573-408e-b631-ca384d7bbd98/image.png" alt="I. Problem Description Develop a Java application that will store students information that includes students personal information (ID, Name, address and mobile number), registered courses (course code, course