Questions tagged as 'c++.net'

0
answers

I want to print a random string of my Array

It does not let me print a random string from my list private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { srand(time(0)); std::string word[] = {"black","metal"}; for (int i = 0; i < 1; i++) {...
asked by 01.01.2017 / 23:48
1
answer

Help removing the scroll bar from the console

The goal is not to show the scroll bars #include "stdafx.h" #include <iostream> #include <conio.h> #include <stdlib.h> using namespace std; using namespace System; int main(array<System::String ^> ^args) {...
asked by 01.06.2017 / 09:29