Search results

  1. Visual Studio 11 Beta Released

    Microsoft released the Visual Studio 11 Beta. You can check it out http://msdn.microsoft.com/en-us/vstudio/aa718325 if you're interested. :dirol:
  2. [Source Code] File/Directory Generator

    I had some spare time so I decided to mess around with the generation of files and directories in C++. Here's what I made: http://pastebin.com/5HdtJBMy #include <Windows.h> #include <iostream> #include <fstream> #include <ostream> void main(void) { char test_1; char test_2; std::ofstream...
  3. Notch steps down as Minecraft lead developer

    Yes, it is true. Notch has stepped down as Minecraft's lead developer and has put Jeb_ in the spot. Notch stepped down to work on some other side projects and things of the sort. Read more here...
  4. Minecraft 1.9.6

    So Minecraft 1.9.6 has been released today. There are some really surprising changes in this. You can download it Here Here's the changelog: (WARNING: THERE ARE SPOILERS) Click me What are your thoughts?
  5. Intro to WinAPI

    Hidden content [hr] Well that's the absolute basics of WinAPI. Expect more tutorials from me on this subject as I improve my skills. :)
  6. C++ Typing Program

    This is a text editing program I made in C++ using WinAPI. Virus scan: (Virus Total wasn't loading...) http://vscan.novirusthanks.org/analysis/466ca703de6f5c0107abe27bb7bef684/Y3Bwd2luLWV4ZQ==/ Download: http://www.mediafire.com/?a0c550y7grkulku Enjoy ::Tounge:: Source code...
  7. Coding Section Suggestion

    I think we should merge the PHP, SQL, and HTML & CSS forums into one forum called 'Web Development'. This section could have unique prefixes like , [CSS], [PHP], & [SQL] to keep things organized. My reasoning for this suggestion is that these aren't really programming languages and do not have...
  8. Section Rules - Read Before Posting

    There needs to be some rules for this forum because it could be an easy way to do malicious things. The rules are as follows: You must provide a virus scan of your program from http://www.virustotal.com/ only. Scans are normally pretty quick and it provides the people downloading your program...
  9. Coding Section Suggestion

    The only program release forum in the coding section is in the VB.NET forum. I think that releases should have its own separate forum so people can release programs pertaining to all languages. That is all.
  10. [C++] [Snippet] Empty WinAPI Window

    This is the code for an empty WinAPI window in C++. There is also the code to make it open in the center of your screen. #include <Windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); void CenterWindow(HWND); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE...
  11. Profile Error

    Bracket underneath the additional usergroups. ::Tounge::
  12. C++ Ebook Pack

    In this pack there are 10 C++ ebooks. Enjoy em. ::blackhat:: Download link: http://www.mediafire.com/?l022d2mm33bb8g7
  13. Post your desktop!

    Post a picture of your current desktop! Rules: NO CLEANING >:( Also, look at rule two now. Read rule one (Heh you're stuck in an infinite loop of looksies) Mine:
  14. CTF Geeks

    Group Name: CTF Geeks Group Descriptiont: The CTF Geeks is a group for the people who are decent with computers and are proud of their geekhood. (We also accept nerds) Expected Number of members: As many as want to join. Group Image (URL):
  15. Ubuntu 11.04... Thoughts?

    What's your opinion on Ubuntu 11.04? I personally dislike it and will be changing to Arch-Linux very soon (:3). I think the Unity DE looks horrible and that the 0% customization of it is pooish.
  16. DEADLY!

    I AM NOT VARIOUS! >:O
  17. What rank are you in Halo?

    In Halo 3 I'm a Lieutenant Grade 2. In Halo: Reach I'm a Captain Grade 2. Post your ranks ::Smile::
  18. Spam Forum...

    The spam forum increases post count. I don't think it should do that because, y'know, it's a spam forum. ::Tounge::
  19. [Work In Progress] Command-Line Adventure Game

    I am currently in the process of coding a command-line adventure game in Java and wanted to share my progress so far on CTF ^^ Here's what I have: Main class: Quest1Accept: Quest1Deny: mayor1: mayor2: I will release the game here when it is finished (won't be for a while. It's going...
  20. Empty Java Window

    This is the code for an empty window in Java. There are two classes needed. Class one: import javax.swing.JOptionPane; import javax.swing.JFrame; public class charles { public static void main(String[] args){ /*Nom is the name of the class all the code is being called from. Change...
Back
Top