Posts
 
Reputation
Joined
Last Seen
Ranked #436
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
63% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
5 Commented Posts
~17.4K People Reached
About Me

Hello everyone, my name is Mike. I'm 15 and I've been programming since June '08. I love C/C++, Gtk+, Win32, gtkmm, Linux, and just being on the computer :) I mainly enjoy creating random projects with many of my friends. Most are never finished, but…

Interests
Programming and Guitar
PC Specs
Compaq Presario CQ60 2GB RAM 1.9GHz Intel Celeron Processor 160GB Hard Drive Windows 7 RC Ubuntu Linux…
Member Avatar for blackrobe

Hey, I need to compile and link two C files together...what should i do to the files in order to be able to compile them as the following: [Code] gcc file1.c main.c [/Code] and then run using ./a.out... Can anyone tell me the steps please...thank you..

Member Avatar for dip_j
0
601
Member Avatar for athlon32

This is just a little example of howto make a Gtk+ application go fullscreen. This is really useful in game programming. Please rate/comment/report errors :icon_mrgreen:

Member Avatar for Stefan_4
0
3K
Member Avatar for snetts

Any of you guys know the best social network site software. I have tried dolphin and its pretty cool. What do you think?

Member Avatar for jamshid
0
514
Member Avatar for athlon32

Hello Daniweb, I'm currently working on a pretty straight-forward AJAX application. In this application, I get some XML, and then parse it. An example of what I'm working with is as such: [code] <?xml version="1.0"?> <postRoot xml:lang="EN"> <post type="comment" date="January 1, 1970"> <user>athlon32</user> <content>Hello World</content> </post> </postRoot> [/code] Now, I've …

Member Avatar for @developer
0
89
Member Avatar for eliza2044

Hello guys, I'm working on a new project in C++ and I need to parse some XML files, by reading some articles on the web I found that the most commonly used one is the Xerces library. However, I'm currently having troubles. Can anyone tell me how can I include …

Member Avatar for hasrule
0
136
Member Avatar for athlon32

I have a function in a Lua script, that will take a file and and will work on it. Part of the work it does is to empty the file completely before working with it. The easiest way I know of doing this is to open the file with [icode]io.open[/icode], …

Member Avatar for gusano79
0
2K
Member Avatar for athlon32

Hello all, I recently was reading some code and i found something along the lines of this: [code="C++"]void GetText() { int* size = new int; // ....... // lots of code here // ....... size = new int; // crap here }[/code] ^^ as you can see size is 'new'ed …

Member Avatar for strmstn
0
77
Member Avatar for athlon32

Hello Daniweb! I'm coding a small application and I've hit a road block. I've been using C++ for almost two years now, but to be honest, I hardly use dynamic polymorphism (i prefer static), and so with great embarrassment, I come here to ask this: My code is basically structured …

Member Avatar for jonsca
0
132
Member Avatar for Violet_82

Hi there, I am new to C++ and trying to get my head around it. I am writing really simple and small programs and I have Visual C++. Now, can anybody summarize how I can run a program I wrote with C++ on Visual? The guide that comes with the …

Member Avatar for Violet_82
0
182
Member Avatar for athlon32

I just learned about linked lists, so i decided to experiment a little. I'm trying to make a linked list that automatically keeps all of the data in consecutive order (like bubble sort built in :P). Anyways, the problem is that while it adds data, the second thing added disappears, …

Member Avatar for Ancient Dragon
0
84
Member Avatar for athlon32

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 that it was heavy. My CPU usage shot up and it took …

Member Avatar for jbennet
0
152
Member Avatar for jehzl

can you give me any game with c++ source code..pls.. with run time O(n^2) or n<=n^2.. tnx..

Member Avatar for athlon32
0
109
Member Avatar for Kairu

So. I've decided to make a browser based MMORPG. But I need some advice on where I should start with the whole thing... I've got ideas, and knowledge on HTML, CSS and JavaScript. From what I've found PHP and MySQL is needed also, and I know very little on them, …

Member Avatar for athlon32
0
153
Member Avatar for athlon32

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

Member Avatar for MosaicFuneral
0
130
Member Avatar for MosaicFuneral
Member Avatar for abhi.navale

I have vista basic preinstalled in my laptop. I want to install FIRST windws XP over VISTA and THEN Linux over XP. So my pc will have three os like this: 1. Vista 2. XP 3. Linux will it work? will linux recognise xp and vista and allow me to …

Member Avatar for zineh21
-1
247
Member Avatar for athlon32

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 needed answering. 1. What is a good free program for making meshes? (One …

Member Avatar for kvprajapati
0
100
Member Avatar for Leniel

The problem ask to enter numb of students up to 100. but the user enter let's say 10. how do i manage to do that in arrays. Sorry if is a bother but i'm a newbie lol.

Member Avatar for Leniel
0
113
Member Avatar for Silvershaft

Hey, I have read windows API tutorial now but I am wondering how I can add things to main window itself, I know how to add things to dialogs and such but I just wonder how to add to main window, For example add button to main window? Sorry this …

Member Avatar for Silvershaft
0
127
Member Avatar for db11

I have code that generates a string (which is held in a variable). I need to compare this string to see if it matches any one of many strings contained in a txt file. I am not sure how to do this. I have read a bit about steamreader, which …

Member Avatar for db11
0
170
Member Avatar for Bladtman242

Hi, can someone plz tell me how to compile gtkmm in code:blocks? or actually, how to compile gtkmm at all in windows?

Member Avatar for Bladtman242
0
285
Member Avatar for leviathan185

Hi, I am following a programming tutorial and it has asked me to enter the following line in the Terminal: aspell dump master | uniq | sort > wordlist When i type this it spits out the following: Error: The file "/usr/lib/aspell/en_AU" can not be opened for reading. It seems …

Member Avatar for leviathan185
0
205
Member Avatar for thedave360

So I have a Toshiba A215-S7418. My cousin dropped it while the power cord was still attached and broke the jack inside the laptop. So I had to take apart the whole laptop to change the jack and secure it back. Then I had to get a new power adapter …

Member Avatar for kaninelupus
0
80
Member Avatar for VBNick

Hello~! ...again.. I got some help from you guys a while ago with this same app because it wouldn't run on winxp. It runs fine now, but my brother is still telling me he cant get it to work right...so rather than go through all the trouble of trouble shooting(he …

Member Avatar for Salem
0
253
Member Avatar for rockyman12

Where can i start learning to work with l[B]inux[/B] -Linux tutorials - ebooks -Which distrubution do you recommend and why ?. (fedora, ubunto....) - And some other info Ill apreciate any help and information Thank you for taking an interest

Member Avatar for thewebhostingdi
0
152
Member Avatar for Siberian

I would like to know what [I]preparation[/I] is is taken when upgrading a [I]Windows OS [/I]? In other words do you have to [I]reinstall all your software again[/I] ? [I]How do you make the upgrade easier ?[/I]

Member Avatar for Siberian
0
132
Member Avatar for XTRobot

Hi again,first i must say that i am familiar with c++ but only console programming. I am beginner so can you please be more gentle. I want to move on programming with buttons,windows,check boxs,input box and so on,i have heard of API and GUI what is the diference ? They …

Member Avatar for XTRobot
0
261
Member Avatar for Nattynooster

Hi on my website [URL="http://www.theconsolelounge.co.uk"]http://www.theconsolelounge.co.uk/[/URL] When you visit it, the logo will kind of move back and forth along with the content. After about a second it will stop. But why is it doing this?

Member Avatar for Nattynooster
0
79
Member Avatar for yeeping

refer to the title above, i can't open internet explorer the normal way, either click on the short cut on desktop or from the start menu... i can only open it by right click on the internet explorer icon, den click on the 'browse with add-ons'... i'm using vista... how …

Member Avatar for rs_sis
0
107
Member Avatar for timos

When I try to compile this code [code] using namespace std; #include <iostream> class COne{ protected: int a; public: bool is_equil( COne & other){ if ( a == other->a) return 1; else return 0; }; int seta(int val){ a = val; return 0; }; }; int main(){ COne a, b; …

Member Avatar for athlon32
0
123