Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
70% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
Member Avatar for inkcoder

Well if you were like me and Python is your first language. You are trying to learn programming and many people suggested that learn Python as a first language. You take their advice, your download Python and get all set up. Maybe you take a tutorial or two in order …

Member Avatar for Gabriel_9
1
48K
Member Avatar for ohyeah

I don't mean "iostream.h" or missng "return 0;". I wonder why don't run like it should but shows "press eny key continue"? [CODE]#include <iostream.h> int n,m,result,br=0; int a[100][100]; int jj=0; void main() { cout<<"n?"; cin>>n; cout<<"m?"; cin>>m; for(int i=0;i<n;i++) for(int j=0;j<m;j++) { cout<<"a["<<i<<"]["<<j<<"]="; cin>>a[i][j]; } for(int ii=0;ii<n;ii++) for(int jj=0;jj<m;jj++) { …

Member Avatar for MelechM
0
152
Member Avatar for inkcoder

This doesn't work: [ICODE] if (m == 1,2,3) { cout<< "Sorry you cannot go any farther north.\n"; }[/ICODE] How can I make this work? Ink

Member Avatar for inkcoder
0
103
Member Avatar for inkcoder

Hey everyone, still learning c++ I had a question. How do I create an array that will hold strings of text. such as: ??? map[10]; map[1]= "text"; map[2] = "text2"; map[10] = "text3"; cout<< map[1] "\n"; help would be great ink

Member Avatar for Lerner
0
115
Member Avatar for inkcoder

Watch these guys beat 7 Zelda games in 70 Hours. Started at today a few hours ago. This is a great geek related festival! The Mario marathon team will play through the first 3 2-D zeldas then another team will play through the 4 3d zeldas all over the weekend …

0
64
Member Avatar for hlaskin

I recently purchased a new computer with Vista Home Premium. During the time I am setting it up, I attempted to set Windows Update in order for it to automatically seek the newest updates. I am unable to do so because the selections are grey out. There is a message …

Member Avatar for Mysticbluz
0
144
Member Avatar for compdoc

A customer brings me a computer telling me that it had a virus and a family member cleaned it for them and now the computer won't boot. When I turned the computer on it said Ntldr missing ok simple enough, I tried to copy Ntldr from the recovery console but …

Member Avatar for compdoc
0
183
Member Avatar for jbernd62

I really did a stupid thing to try to help out a neighbor. His Dell computer got the blue screen of death on it. I tried to make the system recovery work, but that was a bust. He didn't have any recovery CDs so I thought that my Gateway recovery …

Member Avatar for jbernd62
0
118
Member Avatar for lastpoetlives

ok my friend gave me her presario 700, but it hAS a viruses (it has a lil gray box's withe 4 small box's in it the box's are 1 red, 1 yellow, and 2 green) i ran scans but cant id it norton comes up with nothing at all , …

Member Avatar for inkcoder
0
100
Member Avatar for bettynew

Hello, Is there anyone who can guide me through how to map a network drive in Vista Home Premium? I am trying at connect to a Samba server from my laptop. I already have a user name and password for the share which I can connect to from my XP …

Member Avatar for PcPro12
0
182
Member Avatar for IsabellaHR

Hi! Well, I'm new in this forum, and I want your help, please, because I'm in troubles with my pc, because a few days ago, I didn't pay attention when somebody sent me a link, and.. that link was a trojan.. :S and well, AVG is working in my pc, …

Member Avatar for inkcoder
0
219
Member Avatar for HerrRogers

Hey there, I've been googling this problem and have come across a few posts on this and other websites regarding a virus(es) that are restarting 'explorer.exe', making using my computer quite frustrating =(. Anyways, I would appreciate any help =). This is the Hijackthis logfile from a few seconds ago. …

Member Avatar for inkcoder
0
179
Member Avatar for xprincessx

So, my computer was fine, running as it should and everything, then today I switched it on and windows explorer just keeps closing itself. I'm not getting any error messages or anything, it just...goes! I've checked the system log and it doesn't seem like there's anything there to me. I've …

Member Avatar for inkcoder
0
104
Member Avatar for inkcoder

I'm currently trying to make an address book that can store data in a .txt file. [CODE] print "Virtual Address Book" print "Austin Jackson; Project 4 : Jun 14, 2008" print " " print "1. Add New Contact Information" print "2. View Adress Book" choice = input(">") if choice == …

Member Avatar for inkcoder
0
97
Member Avatar for PaperWario

Well a few days ago I decided to download Bit Defender and use it because of the high ratings it has gotten. After I installed it, I shut down Zone Alarm (because Bit Defender has its own firewall apparently). Then my browser started to mess up. I became kinda worried …

Member Avatar for inkcoder
0
106
Member Avatar for grumz19

I have tried a lot of different virus programs and they are all finding malicious material but non of them will allow them to be deleted. I ran Adaware, Spybot, and Avast. My Avast on access protection will not open when my computer starts and they only way I can …

Member Avatar for inkcoder
0
93
Member Avatar for dennb

Hi, im back.. again. This time, my older brother had made 2 user accounts for this computer (idk why).. and when he told me, he said that all the files were lost so then i went to check it out, and my first thought was to try and do the …

Member Avatar for inkcoder
0
110
Member Avatar for inkcoder

Hello Everyone! I am new to Python, this is my second project. I am trying to make a program that will take a users input and then output the words into the format where A = 1, B = 2, C =3 ... and so on. I want to start …

Member Avatar for a1eio
0
136
Member Avatar for inkcoder

Hello Everyone, I just joined here hoping to increase my knowledge at python. I have been beginning to learn this language as of yesterday. I have decided that if I really want to increase my knowledge I should start on a project. Well here is my first project, a simple …

Member Avatar for sneekula
0
174