Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
22% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
2
Downvoting Members
6
1 Commented Post
0 Endorsements
Ranked #4K
Member Avatar for pato wlmc

Well, right now i'm following a tutorial on game making for c++, but is this really the best programming language for video games? Also i'd like to know if can recommend me a book ( i've seen some book on amazon but i don't really know wich one to choose …

Member Avatar for Reverend Jim
0
10K
Member Avatar for happygeek

[URL="http://www.pcadvisor.co.uk/poll/index.cfm?action=showresults&pid=3228421"]A new poll into Operating System popularity by a British computer magazine[/URL] has revealed that an incredible 37 percent of respondents are still using Windows XP. That's more than Windows 7 which managed to woo 30 percent of the folk taking part, and Vista could only garner a pretty poor …

Member Avatar for XP78USER
6
10K
Member Avatar for khakilang

I have a heated debate with some of my friends saying that since the Window XP has ended. They can install pirated Window XP into thier computer. The reason is becaue there is some games and devices still work on XP and not on the latest Windows. So that is …

Member Avatar for MidiMagic
0
348
Member Avatar for napninjanx

Cause Maybe 90% of Dani Web comminity probably hates those annoying bots that lead to you sites to get your credit card info, says add me on this social networking website, add me on Facebook, saying text me so I can send you photos. I was thinking if it was …

Member Avatar for deletedaccount
0
185
Member Avatar for surya55

Hi all, What is the difference in inheriting a class and instantiating a class, as both allows to inherit properties from the base class.I know there is a difference in both, but i want a clear idea on this. Kindly, can anyone help.Thanks in advance.

Member Avatar for Doogledude123
0
198
Member Avatar for ishaan3731

Hi guys, I have a non-cse background but due to some reason i have to submit a java project at my college. As a result i downloaded a employee management project from a website.It has some jsp pages , some java class files , folders named META-INF and WEB-INF.I used …

Member Avatar for stultuske
0
288
Member Avatar for swissknife007

I am looking for a new laptop.My budget is around 700 $.I require the laptop for programming mainly.I would like to have i5 processor with 4gb + ram. I would like to save as much money as possible without compromising on these requirements and quality .I don't care for looks …

Member Avatar for akshay326893
-1
2K
Member Avatar for Umair_4

how to make andriod apps? Which softwares is need for building a andriod apps?

Member Avatar for peter_budo
0
129
Member Avatar for rcgoyal

Friends I am looking for steps to do Rooting of my Samsung galaxy Note II so that to optimize RAM-usage I can uninstall the pre-installed apps which I do not intend to use

Member Avatar for ishaan3731
0
216
Member Avatar for ishaan3731

i have this code which tries to enter data into an array of string(char ptr) called token.To do this i have used a while loop to obtain a string as user input and put that string into the token array one by one. But when i try to print the …

Member Avatar for ishaan3731
0
196
Member Avatar for serrurier
Member Avatar for Reverend Jim
0
376
Member Avatar for andi-dev

public class NumFormat { public static void main (String [] args ){ int quarter = 2; int dollars = 3; double total = dollars + quarter * 0.25; final double TAX_RATE = 8.5; double tax = total * TAX_RATE ; NumberFormat formatter = NumberFormat.getNumberInstance (); formatter.setMaximumFractionDigits (2); System.out.println ("Totali:$" + …

Member Avatar for Doogledude123
0
128
Member Avatar for wmc1956

I am having issues with bookmarks directing to other webites. I can save bookmarks but when I click them later it goes to another website like http://www.adcash.com/script/pop_packcpm.php?k=5223ae7e0c776178106.541145&h=59ebbf60230047531bf2e60d5ae2390545fce553&id=0&ban=178106&r=136690&ref=h&data=&subid= I have windows 8 and am using Firefox which says it is up to date. How do I get rid of the virus? …

Member Avatar for wmc1956
0
467
Member Avatar for norman.allen.948

I use Chrome as my default browser. Until recently I had no problem using it to access my online banking site. Now after I enter the user/password it goes to the second authentication page (input three characters from memorable word), but when I click OK on this page it goes …

Member Avatar for ishaan3731
0
332
Member Avatar for V3N0M

Hi everyone, I am a first year computer-science major and in our software engineering module we have been assigned to make a game(I have never built one before other than a tic-tac toe game that I made to waste time on). We are going to use a game building kit/platform …

Member Avatar for ishaan3731
0
312
Member Avatar for rico.j.rico.3

How to write a program in C++ which creates a file “grade.txt” and stores student’s grade and name.

Member Avatar for ishaan3731
0
249
Member Avatar for Alex_20

I'm getting this every time I try and write Hello, World in Python I get this. I'm using Pycharm 3 C:\Python33\python.exe C:/Users/Alex/PycharmProjects/Learning/Helloworld File "C:/Users/Alex/PycharmProjects/Learning/Helloworld", line 1 print "Hello, World" ^ SyntaxError: invalid syntax Process finished with exit code 1

Member Avatar for ishaan3731
0
274
Member Avatar for aluya

Is the anyway I can partition my External HDD without formatting it? Does Partition Star or partition manager can help me ? Pls

Member Avatar for Xlphos
-1
179
Member Avatar for Santosh_5

I am trying to add new spinner below old one dynamically with click of a button. Also, I am adding button on the side of spinner dynamically. My problem is the spinners and buttons are added on top of each other. How can I add new spinner at the bottom …

Member Avatar for peter_budo
0
1K
Member Avatar for ishaan3731

I have windows 8 consumer preview iso wid me. My cd drive is not working and i dont have a usb with more han 2gb storage so i decided to install windows 8 by mounting a virtual drive using power iso!!!! I am already at present dual booting win7 and …

Member Avatar for JorgeM
0
153
Member Avatar for lucyaurora

Okay ...Ive learnt Iterations and If Functions Arrays (1 dim and 2 dim) Structures ...In C++ as of now ...(Im still in school learning) I know that a good game would require "classes"....but i dont currently know how they work... So is there any way I can come up with …

Member Avatar for LdaXy
0
445
Member Avatar for ishaan3731

I actually intend to make a program using c++ which does the three following tasks: 1)lets me input the location and name of a jpg image file... 2)picks up the name of the file and stores it in a string...for eg if file name is myfile.jpg it picks up "myfile" …

Member Avatar for pseudorandom21
0
2K
Member Avatar for tformed

I have created a program without using sqrt and the pwr function but instead have used logs and exponent. The professor said that math.h is not allowed. I am aware that this library is important for computation, but how do I compute the math without using the math.h? Would I …

Member Avatar for mikrosfoititis
0
1K
Member Avatar for ishaan3731

i am doing a project on student information system using file handling...i made my own project but it didnt work....i read many books but actually the main problem is that i lack logic.....i have found from the net this project but the output on the notepad file is giving unusual …

Member Avatar for ishaan3731
0
356
Member Avatar for elaine shanley

:'( hi, i am having huge problems trying to restore my toshiba laptop modle 4010 to factory settings. whatever i click on including applications i get a box show up saying cannot find or error. i am forever getting c:WINDOW\system32\rundll32.exe or c:\WINDOWS\network\diognostic\xpetdiag.exe showing up can you help please I thought …

Member Avatar for caperjack
0
152
Member Avatar for Motifaithed

Hi Everyone, I'm new to C++ and developing something to enhance my skill, however I find it difficult on my knowledge right now, I want to write a program similar to SMS that everytime I input a character it will automatically increase my counter, and if i will press backspace, …

Member Avatar for harinath_2007
0
147
Member Avatar for ishaan3731

dear friends, i am having a problem with my win 7.I dont know exactly when it began.My save dialog box doesnt include desktop option.Hence i am unable to save in desktop until i choose c:/users/ishaan/desktop. there is optio of saving in libraries , my computers , favourites but not desktop.

Member Avatar for caperjack
0
107
Member Avatar for ishaan3731

pls help me. i have got a school project to make a program that generates a shopping bill and shows the present stock at end of bill. also 1.the user inputs only the quantity and product code(thats where i am facing problem to feed the product codes in my program …

Member Avatar for WaltP
0
147