Search Results

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: inkcoder
Forum: C++ Sep 7th, 2008
Replies: 2
Views: 337
Posted By inkcoder
thanks
Forum: C++ Sep 7th, 2008
Replies: 2
Views: 337
Posted By inkcoder
This doesn't work:

if (m == 1,2,3) {
cout<< "Sorry you cannot go any farther north.\n";
}

How can I make this work?

Ink
Forum: C++ Sep 6th, 2008
Replies: 2
Views: 358
Posted By 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";
Forum: C++ Aug 23rd, 2008
Replies: 6
Views: 586
Posted By inkcoder
Many compilers will automatically put a function saying:
cout<<"Press any key to continue...";
system("PAUSE");

As so you can still view your work when it is finished. This is because once the...
Forum: Geeks' Lounge Aug 1st, 2008
Replies: 0
Views: 359
Posted By 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...
Forum: Python Jul 3rd, 2008
Replies: 4
Views: 1,322
Posted By inkcoder
Thanks Everyone! I hope all beginners find this enlightening!

-Inkcoder
Forum: Windows Vista and Windows 7 Jul 2nd, 2008
Replies: 2
Views: 645
Posted By inkcoder
To turn on Windows automatic updating:

1. Click the Start button, point to All Programs, and then click Windows Update.

2. In the left pane, click Change settings.

3. Select Install updates...
Forum: Windows NT / 2000 / XP Jul 2nd, 2008
Replies: 2
Views: 1,172
Posted By inkcoder
Hmm...
If you formated and reinstalled windows XP with a working disk it should not still be getting errors. It sounds like there is either a problem with your windows install disk or a problem with...
Forum: Python Jun 30th, 2008
Replies: 4
Views: 1,322
Posted By 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...
Forum: Viruses, Spyware and other Nasties Jun 19th, 2008
Replies: 1
Views: 421
Posted By inkcoder
Ok....
As for you virus issues, I think a good scan from SpyBot will do the trick. Download here: http://projects.securitywonks.net/projects/details.php?file=2
Then install the software, afterward...
Forum: Windows NT / 2000 / XP Jun 19th, 2008
Replies: 6
Views: 598
Posted By inkcoder
On start up tap F10; with luck this might get you into a recovery mode for the system.
If this doesn't work, try tapping F8 and booting the DOS. Type format c: to clean out the drive and then try...
Forum: Windows Vista and Windows 7 Jun 18th, 2008
Replies: 7
Views: 4,905
Posted By inkcoder
I think the only way to fix this problem is to upgrade your windows vista and then do the fix that explained in my earlier post.
Forum: Viruses, Spyware and other Nasties Jun 17th, 2008
Replies: 3
Views: 2,341
Posted By inkcoder
If it is taking a long time to scan it could be your trojan/virus slowing it down. Just let it complete the scan and then follow the on screen instructions.

Hope this helps!
Austin
Forum: Viruses, Spyware and other Nasties Jun 17th, 2008
Replies: 3
Views: 723
Posted By inkcoder
Hmm.. If your still having the problem like I said one of the best scanners which may pick up things others don't is SpyBot: http://www.safer-networking.org/index2.html

Other than that you can...
Forum: Viruses, Spyware and other Nasties Jun 15th, 2008
Replies: 3
Views: 723
Posted By inkcoder
You Hijack log looks pretty clean... I was iffy about a few process's but a few Google searches told me otherwise.
If this is an ongoing problem download a malware and adware scanner.. I would...
Forum: Windows NT / 2000 / XP Jun 15th, 2008
Replies: 1
Views: 756
Posted By inkcoder
Press Control+Alt+Delete.
Go Over to Processes and then end all processes named iexplorer.exe (if there is any). This might be your problem.

If this doesn't help a fresh restart of your computer...
Forum: Python Jun 15th, 2008
Replies: 2
Views: 1,010
Posted By inkcoder
Thanks for you help this solved my problem!
Forum: Python Jun 14th, 2008
Replies: 2
Views: 1,010
Posted By inkcoder
I'm currently trying to make an address book that can store data in a .txt file.


print "Virtual Address Book"
print "Austin Jackson; Project 4 : Jun 14, 2008"
print " "
print "1. Add New...
Forum: Viruses, Spyware and other Nasties Jun 14th, 2008
Replies: 3
Views: 2,341
Posted By inkcoder
Hmmm.. Looking at your process scan I can't see much going on other than possible normal windows process's with possible back door breaches... What I would suggest is you get a free edition of "The...
Forum: Web Browsers Jun 14th, 2008
Replies: 4
Views: 982
Posted By inkcoder
It sounds like a problem with your browser not being able to access the internet because of the firewall. Go under the exceptions for your firewall and see if your browser is being blocked or...
Forum: Windows NT / 2000 / XP Jun 14th, 2008
Replies: 1
Views: 1,073
Posted By inkcoder
Run a hijackthis so we can see whats going on:
http://www.trendsecure.com/portal/en-US/tools/security_tools/hijackthis

Give us the output and we can help you from there.
Austin
Forum: Windows Vista and Windows 7 Jun 14th, 2008
Replies: 7
Views: 4,905
Posted By inkcoder
This is an ongoing problem for many people and you might have to upgrade your Windows Vista to solve the problem but this is the best fix I know of...
Go into Administrator Tools>Local Security...
Forum: Windows NT / 2000 / XP Jun 14th, 2008
Replies: 1
Views: 343
Posted By inkcoder
Restart your computer. On startup tap F8. You will enter a selective startup menu, select Safe Mode and continue. At login you should see an Administrator account. Login as the Administrator (Note:...
Forum: Python Jun 11th, 2008
Replies: 6
Views: 565
Posted By inkcoder
Thanks Vegaseat your reply was very helpful but a little bit off and I'm having difficulties editing your code.
What I really wanted was for the output to be seamless example:
TEST = 20.5.19.20
...
Forum: Python Jun 11th, 2008
Replies: 6
Views: 565
Posted By 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...
Forum: Python Jun 7th, 2008
Replies: 2
Views: 766
Posted By 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...
Showing results 1 to 26 of 26

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC