Assist me by answering this question using C++ programmingplease.
struct Dimension { int width; int height;};
6. Join Images Horizontally Your program should provide a function similar to the following to join two images horizontally and store the new image in the image1 parameter. The contents of image2 should be to the right of the original contents of image1 after the join operation. Dimension joinImagesHoriz (char image1[] [100], Dimension d1, char image2[][100], Dimension d2) Figure 3 shows two images joined horizontally together. b_ ITIL- 2. ***-. \((( @ @ ) .'7 /| UJ | \ _T_/-._( 1/ 11,7- L 10°C Figure 3: Two Images Joined Horizontally Together
Assist me by answering this question using C++ programming please. struct Dimension { int width; int height; };
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am