There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware missing monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
which is faster (C++)


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
calculus87's Avatar
Member with 34 posts.
 
Join Date: Sep 2003
19-Sep-2003, 02:16 PM #1
which is faster (C++)
Okay,
my question is this. Which is faster on execution, and why?

1)storing data in a vector of strings
or
2) opening a file and storing the data in the file.

note: there is about 800 pages of data.
note: I will also be accessing the data several times in the program
__________________
This message is a natural product made from recycled electrons. The slight
variations in spelling and grammar enhance its individual character and
beauty and in no way are to be considered flaws or defects.
Regicide's Avatar
Senior Member with 300 posts.
 
Join Date: Aug 2003
Experience: Advanced
21-Sep-2003, 10:20 AM #2
Post File is the best way to go
When you have a huge amount of varibles, or a couple with huge range of arrays (i.e. char szArray[100000][100000]) the program is going to run alittle slower and might crash. This is because, as you probably already know, everytime you make a varible or an array C++ stores that information in a Hexidecimal value somewhere on your motherboard. For example, look at the szArray, it has 10,000,000,000 (10 BILLION) places for possible characters! So, if C++ (for example) stores the being character (szArray[0][0]) at 171, szArray[100000][10000] is going to be at 10,000,000,171! It is my opinion that you use a file to store the data and only use a couple varibles. This has a less chance of slowing down and crashing. But, you'll need to systematicly store all the information so you can then retrieve it with a formula easily.
__________________
When you give everything and the feeling is gone
All the giving is fake, did you fake enough?
When you take everything and you stay too long
When there's nothing left, did you take enough?
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 04:12 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.