Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
16% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
12
Posts with Downvotes
11
Downvoting Members
6
4 Commented Posts
0 Endorsements
Ranked #13.1K
Ranked #3K
Member Avatar for ret801

do you need software to jailbreak an iphone is it that simple? is there no coding? .

Member Avatar for kasi123
0
210
Member Avatar for joleatherland

when i turn my computer on the power button flashes red and turns itself off please help my daughter needs computer for school work i asked pc world on phone they said sounds like motherboard and expensive job i cant afford to pay alot

Member Avatar for playwokf
0
758
Member Avatar for geekme

I'm a beginner looking for Windows 7 phone app development. Have downloaded the kit and emulator. I follow tutorials to develop apps but I don't understand the steps.I use visual C# 2010 as the IDE .Please help as to what should I learn so as to understand the coding in …

Member Avatar for gameprogramming
0
104
Member Avatar for shelexelex

please i am new to this vb programming but i have a challenge before me.. I need to make a program that will compare the date in the database with the system date and if they are equal, it pops up a notification on the icon tray. Your help will …

Member Avatar for shelexelex
0
187
Member Avatar for VanessaRyan

A [URL="http://bit.ly/appcelerator_idc_q4_mobile_developer_report"]new survey[/URL] jointly conducted by Appcelerator® and International Data Corporation (IDC) released September 27, 2010 reveals Appcelerator Titanium developers favor Android over iOS in TVs and other devices.[ATTACH=right]17397[/ATTACH] Although the market shows that Apple currently leads in iPhone/iPad sales and popularity, the survey reveals that of the approximately 2,300 …

Member Avatar for peter_budo
0
478
Member Avatar for makjak

I have an Acer 5520. Awhile ago it did not recognize my DVD. I tried the bios and turned it on and off and it finally found it. Now it did it again and I can not get it to find the DVD. The DVD player/writer works but the computer …

Member Avatar for wtstalin88
0
101
Member Avatar for arshi9464

i want to know, what kind of addresses do pointers deal with? i mn logical or physical? and how can i access a particular memory area using pointers? PLEASE HELP.......

Member Avatar for TrustyTony
0
143
Member Avatar for happygeek

News reports suggest that March has been a good month for lovers of, and developers for, the Android operating system in pretty much every regard. That good news comes at the expense of the Apple iPhone and iOS we are led to believe, which appears to be losing the fight …

Member Avatar for wtstalin88
2
793
Member Avatar for asrockw7

I wanted to know what integer/ASCII code the arrow keys were so I can get some programming exercise going. My test somehow evolved into this: [code] int x = getch(); printf("%c\n", x); x = getch(); printf("%c\n", x); x = getch(); printf("%c\n", x); x = getch(); printf("%c\n", x); x = getch(); …

Member Avatar for vegaseat
0
6K
Member Avatar for Vinod Supnekar

Hey hi , i want to read input frm user fm command prompt(Cmd)!!And aslo print it on Cmd. Now if i use [CODE] #include <stdio.h> main() { int c; while ((c=getchar()!=EOF)//get the sinle char putchar(c);//prnt it on cmd } [/CODE] But i dnt knw how to enter EOF as i …

Member Avatar for Ancient Dragon
0
413
Member Avatar for manish250

hello all i have been writing the java code and new to C programing.I am very confused in point.i have the following code [CODE]#include<stdio.h> main() { int *ptr=50; printf("%d",*ptr); return 0; } ~ ~ [/CODE] why it is giving the segmentation fault.and when i print ptr then it gives value …

Member Avatar for bajishareef
0
138
Member Avatar for whatsername97

Hi guys, A group of us are developing an app for the Android phone. The app is used to record down statistics, like how many messages the user has sent, or the amount of time he/she has spent using the phone, etc, mainly using it to help users compare their …

Member Avatar for wtstalin88
0
145
Member Avatar for benqus

Hello Everybody, I thought it'd be a great idea to share my code with people who s*ck with the same problem, maybe it'll help... :) It still needs security improovements, but since I'm not a Java guru, I'm a little slow with the solution... :) Any help would be appreciated! …

Member Avatar for maninaction
0
2K
Member Avatar for Soubhik

Hi Say I want to write a header file as an exercise. It will contain a bunch of functions and some constants. Q1. I noticed that the standard header files only contain the function prototypes. a> Where are the actual functions? b> How do I write a header file such …

Member Avatar for Soubhik
0
212