Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
94% Quality Score
Upvotes Received
28
Posts with Upvotes
19
Upvoting Members
9
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #2K
~57.7K People Reached
About Me

Well I am currently studying 'Software Development' at college, after which i will hopefully be moving on to a degree in 'Computer Science'.....
Linux will be the way of the future ?

Interests
Art and Music Web Design Programming C/C++ Gaming chess
PC Specs
Windows Xp sp3 Ubuntu 9.10 ------------------------ Microsoft Visual C++ Code::Blocks svn 6181 + Patches…
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Dani
22
17K
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for grace94

Im not a computer genius, but I think I got some kind of virus and for about 10 minutes my computer got a mind of its own. I tried to watch a video on megavideo (on firefox, not IE) and then I got a message on the right hand side …

Member Avatar for jholland1964
0
213
Member Avatar for jake1496

I think the Call of Duty 4 is the best one. I also like the boxing game of<URL SNIPPED> nintendo Wii. Because I drip sweat and get away from the big pressure in the life. It was such a great experience when you get refresh in the game. So many …

Member Avatar for davidlouis88
-8
857
Member Avatar for serkan sendur
Member Avatar for BestJewSinceJC

Anybody here a fan of Chuck? I'm a pretty big fan - behind at the moment, but I've seen every episode except the last two. Giving our geeky hero superpowers was a risky move on the show's part, but it is still entertaining so far. I also liked his third …

Member Avatar for SgtMe
1
302
Member Avatar for Famous16

Hi everyone, I want to know that which domain we should chose and is the best for a new website. Any help in this regard will be appreciated. With Regards,

Member Avatar for printrobin
-1
168
Member Avatar for happygeek

As the title says, I'd like to wish all our English members (of which I'm proud to say I am one) a very happy St George's Day.

Member Avatar for Lorilei
2
208
Member Avatar for daino

Hi Would anyone know if there is a book explaining all the various C++ Libraries and what features they encapsulate? I'm thinking in terms of, for example: iostream -- then a list of features and functions in iostream etc. Could anyone suggest any books or good reference material for this …

Member Avatar for daino
0
215
Member Avatar for djm123

When I look in START UP, It shows programs EMPTY, yet when I bring up the internet, it seems slow doing so. From page to page appear to be ok. What areas would I look to to speed this up? Also, on MS config, how does one know what should …

Member Avatar for caperjack
0
145
Member Avatar for PhiberOptik

hey guys, I'm using eclipse C++ and the minGW compiler. I am trying to write a header file, and in my src folder, I have HelloWorld.cpp, and HelloHeader.h I'm getting "file or directory not found when I add: [ICODE]#include<HelloHeader.h>[/ICODE] could anyone help me out? Cheers PO

Member Avatar for The ICE Man
0
115
Member Avatar for nola_Coder

I want to implement a countdown timer in a game, but need some help figuring out how to do it properly. I know that this is probably a very regular question that has been asked a thousand times, but I've been trying out some methods I found through searching, but …

Member Avatar for VernonDozier
0
154
Member Avatar for bsse007

will any body plz tell me about random access file.i need to know about write random data on random access file. this data can be of any txt file?kindle mention some initial coding.reply sooooon plzzzzzzz

Member Avatar for The ICE Man
-1
97
Member Avatar for deadelgabar

The program imitates a gambling card game. The program shows you three cards, then the program interchange them, and if you can guess correctly where a particular card is, you win. Here is some sample interaction with the program: Card 1 is the 7 of clubs Card 2 is the …

Member Avatar for NathanOliver
-1
201
Member Avatar for naseerhaider

Hello Every one ! This program is producing some strange output as it is only generating x = 6 :(,can some through some light that why is it behaving like this ? [code] #include <iostream> #include <stdlib.h> using namespace std ; main () { // Random Number Program int num,x …

Member Avatar for naseerhaider
0
163
Member Avatar for nats01282

Is it possible to create a piece of code that can learn? like a robot? e.g if it see's a picture of me, the code will learn and understand that the picture is me every time it see's it??

Member Avatar for nats01282
0
104
Member Avatar for rayjasper0211

My pc runs on Windows 7, can anyone suggest what is an effective anti-virus that i can installed on my pc? Im using Eset smart security now..

Member Avatar for crunchie
-3
140
Member Avatar for sedalnas

Hi , some times my computer show a blue screen that says error happened the error is [B]"IRQL_NOT_LESS_OR_EQUAL"[/B] and in the last of the message wrote [B]"dump physical memory"[/B] , i think that error occur after i installed new hard disk in my computer but I'm not sure that the …

Member Avatar for pcs365_2
0
130
Member Avatar for reddawg

[B]I have windows 7 and am frustrated that Adobe flash player for 64 bit is still incompatable. They won't users to run 32 bit. Should I run 32 bit or wait for adobe to catch up? Besides I don't know how to change from 64 to 32 bit. Thanks for …

Member Avatar for The ICE Man
0
101
Member Avatar for Acute

Hi, Do you know a good, free to download book about AJAX (pdf, djvu, chtm?, any)?? Plz, give a link!!! THNX!!!

Member Avatar for Acute
0
110
Member Avatar for sidra 100

plz chk my code to do currency conversion # include <iostream.h> # include <conio.h> main () { cout<<"Wellcome To VU Money changer"; cout<<"\n"; // data type initillizing char con,coninto,op; float amount; do { //discription print message on consol what program contains cout<<"Please select currencies that you want to Exchange :"<<endl; …

Member Avatar for mrnutty
0
89
Member Avatar for amns

please solve the problem Problem Statement: Exchange of currency rates write a program for Currency Exchange rates. The basic idea is that user/reader will be able to interchange different currencies using our program. User will have three options i.e. Pakistani Rupees, US 1 Euro = 112 Rupees. 1 Dollar = …

Member Avatar for Salem
-5
105
Member Avatar for smackdown164

Im have trouble complete on what i have. Looking for some idea's I'm getting a exit error and don't know what to do? Please Help [CODE]// This is a program that is an ATM. #include <iostream> #include <cstdlib> #include <iomanip> using namespace std; void welcome(); void menu(); void amountDeposit (); …

Member Avatar for Nick Evan
1
177
Member Avatar for satimis

Hi folks, Just join this forum. I, a beginner on C++, have been googling around for tutorial to learn C++ in Linux platform. I found following tutorial; Teach Yourself C++ in 21 Days [url]http://newdata.box.sk/bx/c/[/url] I suppose it is for Windows. Can I use it on Linux? I'll use g++ as …

Member Avatar for satimis
0
123
Member Avatar for rehansami8805

I want to create a website for me, but dont know how to do it. Can anybody explain it?

Member Avatar for diafol
-1
119
Member Avatar for pubassist

Hello, I am basically a greenhorn when it comes to web design and am attempting to help my boss create a better website and receive more appropriate visitors. I can stumble around a little with HTML, but as I am not working on that part of the site, I am …

Member Avatar for pubassist
0
241
Member Avatar for God Coder123

I'm new to the code blocks ide. How exactly do i change the colours within the code window? Also how do i make code blocks portable as i use it on a number of different computers. any help would be much appreciated >_<

Member Avatar for God Coder123
0
376
Member Avatar for ereruh

Hey. I'm pretty new to C# and programming overall. I'm trying to make a Hangman game. Let's say the user want to make a guess at the letter "t". Then he should just have to press "t" on his keyboard and the form should recognize it. I currently can't even …

Member Avatar for ereruh
0
134