One thing I find terribly annoying is how the box in which code is contained always has a scroll bar with one line missing from view.

#include <cstdlib> 
#include <iostream>

using namespace std;

int main() 
{ 
    int random_integer = rand(); 
    cout << random_integer << endl; 
}

Is there any way to get rid of the scroll bar for small snippets?

Recommended Answers

All 2 Replies

Testing ...
testing ...
1
2
3

Will affect all future posts from now on :)

Sexy
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.