Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
22% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
2 Commented Posts
~118.77K People Reached
About Me

Me in a nutshell: me.

Interests
OS dev.
PC Specs
Pentium III, 40GiB hdd, 256MiB RAM. A8-3850, 320GiB hdd, 4GiB RAM. Core2Duo, 320GiB hdd, 4GiB RAM. i5…
Favorite Forums
Favorite Tags
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Salem
2
52K
Member Avatar for Doctor Inferno

[b]TEAM A[/b]: includes members whose BC username start with A C E G I K M O Q S U V W [b]TEAM B[/b]: includes members whose BC username start with B D F H J L N P R T X Y Z [b]SCORE Board[/b] Team A: 4 Team …

Member Avatar for cproger
9
45K
Member Avatar for Yzk
Member Avatar for Scuppery

Ok everyone the object of this game is to simply - answer the post above without saying "yes", "no", or "sometimes" or any variation of them. For example: Do you like rock music? Wrong Answer: "yes or yep, yeah, etc. Correct Answer: "I love rock music, i think it is …

Member Avatar for azareth
0
1K
Member Avatar for linux

01010100 01100001 01101100 01101011 00100000 01101001 01101110 00100000 01000010 01101001 01101110 01100001 01110010 01111001 00100001 AKA: Talk in Binary! Don't post the translation of your binary text unless someone asks you too :cheesy:.

Member Avatar for vinnitro
2
1K
Member Avatar for jasimp

The title speaks for itself so all you have to do is post the next fibonacci number. I know there are different opinions on if it starts like 0,1,1,2 or 1,1,2 or 1,2. I will do 1,1,2 1

Member Avatar for jingda
0
494
Member Avatar for The Dude

[url]http://www.thesatirist.com/satires/PoliticalSatire/ConspiracyTheoryTest.html[/url] I got 3.13! [quote]3 to 4. Conspiracy Theorist! You actual prefer a conspiracy theory to any mainstream explanation. For you, the MSM (mainstream media) is mainly disinformation. You read way too much internet “news.” Try to go outside a little more.[/quote]Hey im glad im 'awake' to the evil reality …

Member Avatar for The Dude
0
138
Member Avatar for Shikhin

Hi Ladies and Gentlemen, Some of you may remember may, while some may not, because I wasn't that famous with you guys. So let me introduce myself before I introduce my problem. That would create a base for you. I am Shikhin Sethi, a 12 year old programmer, with expeience …

Member Avatar for Shikhin
0
237
Member Avatar for Shikhin

Hi All, I am a newbie and am traking a course in Aptech for C++. Now my instructor asked me to make a program to create, display and insert nodes in a circular link list. I have made the following code: [CODE]#include "stdafx.h" #include <iostream> #include <stdio.h> #include <new> class …

Member Avatar for Shikhin
0
173
Member Avatar for Shikhin

Hi To All, I just wanted to ask you all brainies that I wanted to attempt Microsoft Certification For C++ Language. Now when I searched Microsoft certification it showed up results such as Microsoft Certified ...(Something Something). Now can anyone give me a link to the information about Microsoft C++ …

Member Avatar for AkashL
0
85
Member Avatar for The Dude

My best is 71,000 with 97% accuraccy so far! [url]http://www.darktick.com/index.php?game_destination=99&game_name=reflex&username=unknown&game_id=1&SID[/url]

Member Avatar for Kusanagi03
0
181
Member Avatar for viwenka

Can anyone help me with my code?! I need to do a programm binary to decimal converter without using library, just stdio.h my code works wrong [CODE] void bin2dec(){ long int n; int s=1,j,p=1,i=0,x; int digit=1; printf("Input a binary number: "); scanf("%ld",&n); while(digit==1) { x=n%10; s=s+pow(2,i); i=i+1; n=n/10; if(n==0) digit=0; …

Member Avatar for UncleLeroy
0
193
Member Avatar for Shikhin

Hello, I am trying to make a program which will sort a array of 10 elements using bubble sort. I searce dthe forum and google but douldnt find a problem similar to mine. I cam up with the following code: [CODE]#include <stdio.h> #include <stdlib.h> void swap(int *, int *); int …

Member Avatar for Shikhin
0
88
Member Avatar for xaop

I'm planning to design a program such that any number entered will be divided by all the numbers less than it and if any of the division gives 0 as the reminder,it is not a prime.Here is my attempt so far and iam not able to proceed after that.. [CODE]#include …

Member Avatar for technology
0
729
Member Avatar for shankarz
Member Avatar for Banfa
0
192
Member Avatar for Leny31

Dear friends, I am new in this group and I am looking for people who could help me by filling out my survey. I am currently writing a thesis examining the motivations that influence the consumption of luxury hotels in France and in the USA. This research will help me …

Member Avatar for Shikhin
0
107
Member Avatar for Shikhin

First of all Hello to all of you. I am new to programming(about a week since I started learning it), a little young(12 years old) and totally interedtes in its thrill. Second of all I would like to clear the [I]superstition[/I] that students join this forum as they want you …

Member Avatar for Shikhin
0
175
Member Avatar for ashish2234

I know its silly but once i tried this and output is not what it should be.. [code] #include<stdio.h> #include<conio.h> int main() { int i=0; i=i++; printf(i); } [/code] i MEAN post increment will store a value, say 0 here.and then increment but that value is given to the variable …

Member Avatar for genie0582
0
308