Forum: Game Development Oct 16th, 2009 |
| Replies: 6 Views: 702 I can imagine, i mean i only payed like $300 for my PC. oh well, maybe i can upgrade soon :P |
Forum: Game Development Oct 15th, 2009 |
| Replies: 6 Views: 702 Intel GMA 4500M graphics, with up to 797MB total available graphics memory |
Forum: Game Development Oct 14th, 2009 |
| Replies: 1 Views: 649 http://cplus.about.com/od/cgames/C_Games_with_Source_Code.htm |
Forum: Game Development Oct 13th, 2009 |
| Replies: 3 Views: 734 keep this in mind:
http://www.dreamincode.net/forums/showtopic59947.htm :) |
Forum: Game Development Oct 12th, 2009 |
| Replies: 6 Views: 702 I know a little DirectX 9(I can draw a little, etc.), but i want to learn DirectX 10. I decided to take the tutorial that is provided in the DirectX SDK, so i did.
Almost immediately i noticed... |
Forum: C++ Aug 15th, 2009 |
| Replies: 1 Views: 194 I've been learning DirectX, and overall, I'm really happy, it's not to hard and i can do tons of stuff. Now that I'm on more advanced things like meshes, i've run into a couple questions that i... |
Forum: C++ Aug 2nd, 2009 |
| Replies: 9 Views: 335 http://msdn.microsoft.com/en-us/library/bb761824%28VS.85%29.aspx |
Forum: C++ Aug 2nd, 2009 |
| Replies: 5 Views: 214 well, it sounds like what you really should be using is a dynamic container like a vector, or a list...arrays are good, but they tend to waste precious memory :)
I can understand if you're a noob,... |
Forum: C++ Aug 2nd, 2009 |
| Replies: 9 Views: 335 These might help:
http://msdn.microsoft.com/en-us/library/bb849169%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/bb775951%28VS.85%29.aspx |
Forum: C++ Aug 2nd, 2009 |
| Replies: 9 Views: 335 This might help:
http://www.daniweb.com/forums/thread36877.html |
Forum: C++ Jul 14th, 2009 |
| Replies: 5 Views: 928 Thanks for the suggestions :) Never thought about it that way :) |
Forum: C++ Jul 14th, 2009 |
| Replies: 5 Views: 928 Example of how to get a random number in the range of six and return a value based upon it. Please Rate/Comment/Report Bugs |
Forum: Windows Vista and Windows 7 Jul 10th, 2009 |
| Replies: 3 Views: 499 Try a synaptics driver?
http://www.synaptics.com/support/drivers |
Forum: Window and Desktop Managers Jul 8th, 2009 |
| Replies: 2 Views: 1,006 Are you root or using sudo? |
Forum: Windows Vista and Windows 7 Jul 2nd, 2009 |
| Replies: 3 Views: 311 Hello There,
not to disappoint you, but upgrading isn't a good idea. It's better to jusr install the new OS on top of the old one, it'll get rid of all your programs, files etc., but it makes... |
Forum: Getting Started and Choosing a Distro Jul 2nd, 2009 |
| Replies: 10 Views: 1,112 Linux Tutorials:
http://www.lofwatlinux.com/
http://www.linux-tutorial.info/
http://www.ee.surrey.ac.uk/Teaching/Unix/
http://www.linux.org/lessons/... |
Forum: Getting Started and Choosing a Distro Jun 30th, 2009 |
| Replies: 11 Views: 2,370 Make a partition for XP, install it on there, and then do Linux. Linux will probably resize the partitions properly :D
Hope I helped :) |
Forum: C++ Jun 29th, 2009 |
| Replies: 7 Views: 594 I see, thanks for clearing that confusion up for me...I learn something new here everyday :) |
Forum: C++ Jun 29th, 2009 |
| Replies: 7 Views: 594 Like u8sand said...use "."
using namespace std;
#include <iostream>
class COne{
protected:
int a;
public: |
Forum: C++ Jun 29th, 2009 |
| Replies: 8 Views: 387 |
Forum: C++ Jun 29th, 2009 |
| Replies: 8 Views: 387 Welcome to Win32 :) As long as your compiler/IDE supports Win32, and has all the includes (windows.h, etc.) It'll work. In my opinion the best compiler is Code::Blocks (http://www.codeblocks.org/)
... |
Forum: Site Layout and Usability Jun 28th, 2009 |
| Replies: 2 Views: 529 I think if you have the choice, either Ubuntu Server Edition
http://www.ubuntu.com/products/WhatIsUbuntu/serveredition
Or Debian (if you don't mind setting everything up by hand LOL)... |
Forum: HTML and CSS Jun 28th, 2009 |
| Replies: 4 Views: 436 Well, when i visited your site I saw something telling you to upload your HTML files,
but as for the moving logo, that's probably just part of the HTML rendering process. As it's parsing all HTML... |
Forum: C++ Jun 28th, 2009 |
| Replies: 7 Views: 411 Hey man, great post :) I was really impressed by suggestion A, that's the one I will choose, Thanks! |
Forum: C++ Jun 28th, 2009 |
| Replies: 3 Views: 294 http://elvis.rowan.edu/~kay/cpp/vc6_tutorial/building.pdf
For more VC++ info:
http://elvis.rowan.edu/~kay/cpp/vc6_tutorial/ |
Forum: Windows Vista and Windows 7 Jun 28th, 2009 |
| Replies: 2 Views: 527 One idea might be to uninstall it and reinstall it, many times the fixes problems like this |
Forum: C++ Jun 27th, 2009 |
| Replies: 2 Views: 346 Is this your first time with GUIs??? If so, i suggest learning Gtk+ first, it makes understanding Win32 much easier
Technically, you could make a window with just this:
#include <windows.h>
... |
Forum: C++ Jun 27th, 2009 |
| Replies: 18 Views: 729 that's not necessarily true, you should probably know pointers and references if you want to product code that is worthwhile
Many times toolkits take things like consle output into there own... |
Forum: Getting Started and Choosing a Distro Jun 27th, 2009 |
| Replies: 3 Views: 630 Welcome to Linux!
First of all not all programs for Linux are open source!!! Infact, in some cases it is illegal to look at certain programs source code!!! (just thought I'd mention that)
>I... |
Forum: C++ Jun 27th, 2009 |
| Replies: 18 Views: 729 Basically an API is like a library, or a bunch of resources that one progammer/programmers made for others to implement.
A GUI is any program that interacts with the user with graphics
The... |
Forum: C++ Jun 27th, 2009 |
| Replies: 11 Views: 508 I'm not begging, it's just a friendly reminder ;) |
Forum: C++ Jun 27th, 2009 |
| Replies: 11 Views: 508 Not a prob :) Could you please mark this as solved?
also, in your original code you used: system("PAUSE");
, I remember reading that it's not a good practice to use system
i suggest using... |
Forum: C++ Jun 26th, 2009 |
| Replies: 11 Views: 508 #include <iostream>
#include <windows.h>
#include <string>
#include <cstdlib>
using namespace std;
void Dodadi(void)
{ |
Forum: C++ Jun 26th, 2009 |
| Replies: 11 Views: 844 They are not, i ran it on my computer and i get 2 different addresses
Look at my answer to #5
I don't think so, I removed the function fun() and left only a, and it gave me both... |
Forum: C++ Jun 26th, 2009 |
| Replies: 2 Views: 252 I googled it, and i think this was the only relevant link
http://www.codeguru.com/cpp/w-p/ce/networking/article.php/c7431
Hope I helped :) |
Forum: C++ Jun 26th, 2009 |
| Replies: 7 Views: 411 This guy has the right idea :) Thanks man |
Forum: C++ Jun 26th, 2009 |
| Replies: 7 Views: 411 I've decided to start my first real project in C++, so I picked something simple; to make a game just like Pong. I've got most of the GUI setup, but i have no idea where to start on programming the... |
Forum: C++ Jun 25th, 2009 |
| Replies: 5 Views: 391 It really doesn't matter.
C++ is C with a bunch of extras. If you take the C class, when you're done you won't have to learn a lot of the basic C++ things (functions, pointers) and you can move... |
Forum: C++ Jun 25th, 2009 |
| Replies: 11 Views: 648 You could probably do that in Java or Javascript, those two are very similar to C++, in fact Java practically is C++
I would suggest Java over javascript because it's a real application language,... |