3ย years, 7ย months ago
Highlights
Community contributions featured@Maggistrator Okay. I decided to write an example using Swing: import java.awt.*; import java.awt.image.BufferedImage; import javax.swing.*; public class DoubleBufferingExaโฆ
3ย years, 7ย months ago
3ย years, 7ย months ago
Is this really the easiest way to take a C++ string object and make it lowercase: #include <iostream> #include <algorithm> #include <cctype> #include <โฆ
3ย years, 6ย months ago
I created a Java program to open a window and do double buffering:import java.awt.*; import java.awt.image.BufferedImage; public class DoubleBufferingExample extends Frame { priโฆ
3ย years, 7ย months ago
I wrote a program to save a BMP of a Greek word. Here it is: #include <Windows.h> #include <gdiplus.h> #include <iostream> #pragma comment(lib,"gdiplโฆ
3ย years, 7ย months ago
Latest Activity
See all in DiscussionsIs this really the easiest way to take a C++ string object and make it lowercase: #include <iostream> #include <algorithm> #include โฆ
3ย years, 6ย months ago
@Maggistrator Okay. I decided to write an example using Swing: import java.awt.*; import java.awt.image.BufferedImage; import javax.swing.*; public class DoubleBufferingExample extends JPanel โฆ
3ย years, 7ย months ago
I created a Java program to open a window and do double buffering:import java.awt.*; import java.awt.image.BufferedImage; public class DoubleBufferingExample extends โฆ
3ย years, 7ย months ago