Hey you guys...I'm so lost!! I got my program to compile but it crashes as soon as it receives valid input from the user. Program is supposed to receive a positive integer, convert it to binary in the form of a string using concatenation. Any ideas? I'd really appreciate it...I've been staring at this for hours. Thanks!!
#include <iostream>
#include <cstdlib>
using namespace std;