How to draw triangle in rectangle ? (C++)
I have a little problem. I would like to draw triangle in rectangle thanks "Loop For" and I have code about rectangle and triangle, but I can't add this. Can anyone help ?
#include <iostream>
#include <windows.h>
using namespace std;
int main()
{
in...