Search Engine Marketing for Alibaba Store Digital Media Digital Marketing Search Engine Strategies by jwatson Iss search engine marketing work for an Alibaba store? I am working on Alibaba as seller for long time and want to increase my sales. So i want to know if possible Search Engien marketing for my Alibaab shop? Thanks Re: Text File to Excel File/CSV Programming Software Development by David W > iss >> tmp; //is getting the next line? No ... getting the next item. string test = "a BB ccc"; istringstream iss( test ); string str[3]; iss >> str[0] >> str[1] >> str[2]; What do you think is now in each array element? Can you write a short program to test this out ... and see what happens? cannot access ISS "localhost" web Hardware and Software Microsoft Windows by NuGG [SIZE=3][FONT=Comic Sans MS]I recently set up an intranet webpage on a network using ISS. ([url]HTTP://localhost/[/url]). I can access the webpage on all the network PC's appart from 1. Ive checked all the settings on the PC and, in theroy, theres no reason why i shouldnt be able to access the webpage. However i cant! Anyone had this problem? … Re: cannot access ISS "localhost" web Hardware and Software Microsoft Windows by seatsd Start with some trouble shooting. Can you Ping the IP address of the ISS server from the cranky PC? If so, then try to connect using "http://IP address" instead. If that works, then you probably have NetBios turned off in your network settings. Re: cannot access ISS "localhost" web Hardware and Software Microsoft Windows by NuGG [QUOTE=seatsd]Start with some trouble shooting. Can you Ping the IP address of the ISS server from the cranky PC? If so, then try to connect using "http://IP address" instead. If that works, then you probably have NetBios turned off in your network settings.[/QUOTE] I [U]can[/U] ping the PC, however when i type "http://server … Problem trying to find Downloader trojan Hardware and Software Information Security by slim26 Hello, I recently got a downloader trojan, and can not find it for the life of me. Symantec Corp finds the files that are created in my Local Settings/Temp directory after every reboot: [COLOR=#000000]t1156565079.dll[/COLOR][COLOR=#000000]t1156565006.dll[/COLOR][COLOR=#000000]t1156565006.dll[/COLOR][COLOR=#000000]t1156565005.dll[/COLOR][COLOR… IE7 Browser Redirects Hardware and Software Information Security by Roger T One of my kids was surfing with my notebook and apparently picked up something. Now, whenever a link is followed, about 75% of the time it is redirected. I have also seen redirects from Favorites shortcuts. I ran a NAV scan and came up with nothing. Any ideas? (HJT Log is attached). Logfile of HijackThis v1.99.1 Scan saved at 10:22:05 PM, on 3/… Re: IE7 Browser Redirects Hardware and Software Information Security by Roger T Fixwareout Last edited 2/11/2007 Post this report in the forums please ... »»»»»Prerun check HKLM\SOFTWARE\~\Winlogon\ "System"="kdtda.exe" »»»»» System restarted »»»»» Postrun check HKLM\SOFTWARE\~\Winlogon\ "system"="" .... .... »»»»» Misc files. .... »»»»» Checking for older varients. .... Search … Help please with my dijkstra algorithm Programming Software Development by imhiya [CODE] #include <iostream> #include <cstdlib> #include <cstdio> #include <fstream> #include <string> #include <vector> #include <sstream> #include <list> #include <limits.h> using namespace std; class Node { public: string name; vector<string> edges; vector<… My Lib management prog*****HELP ME**** Programming Software Development by Cool Nanu Please help me with my problem.I have created a prog in C++ for use in a librar. But there are certain errors in it that i am not able to understand can u please correct this program for me.:rolleyes: This is my "till now" Program. [PHP]#include<stdio.h> #include<conio.h> #include<io.h> #include<fcntl.h> … Re: My Lib management prog*****HELP ME**** Programming Software Development by Salem It isn't even valid C, never mind C++. I don't know which crusty old fossil compiler you're using (but I guess it's Turbo C), but you seriously need to upgrade to something in this century. Here are a bunch of edits just to make the thing compile using a C compiler. Watch out for all the !! comments. [code] #include<stdio.h> /*!!#… Need help with sorting a set of items Programming Software Development by ogglock Hi, I am relatively new to C++ and I am having problems sorting a set of items here is my code: [CODE] #include<iostream> #include<sstream> #include<string> #include<iomanip> #include<fstream> #include<vector> #include<string> #include<cstring> #include<set> #include<algorithm>… Unable to store value into vector after reading from file Programming Software Development by roidbeginnerlvl I am trying to read a textfile containing some informations in this format, itemId:itemDescription:itemCategory:itemSubCategory:amountPerUnit:quantity:date. item.txt 1:macbook:electronics:laptop:100:100:18-Oct-13 2:Iphone 5:electronics:handphone:50:50:18-Oct-13 I am able to extract everything except the itemId. Please advise or suggest … HopelessThought's Log for Crunchie Hardware and Software Information Security by HopelessThought I followed the directions you gave me on a previous thread, this is the scan after the CWS and Critical Updates. Sorry for not posting my own thread right away. Please Help. Thank You. Logfile of HijackThis v1.97.7 Scan saved at 1:24:30 PM, on 5/16/04 Platform: Windows 98 SE (Win9x 4.10.2222A) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.… BFS implementation Programming Software Development by Ana_Developer Before I proceed with the code implementation, I need to find the error that this program initiates. I can't figure out the solution, I guess thats what happens after not using c++ for 4 years... The compilation errors I'm getting are all of this type (11 of them): Error 9 error C2784: 'bool std::operator <(const std::vector<_Ty,_Alloc&… Compilation error related to lists/queue Programming Software Development by Ana_Developer I cant find the error here.. [CODE]#include "stdafx.h" #include <deque> #include <list> #include <queue> #include <iostream> #include <fstream> #include <string> #include <sstream> #include <set> using namespace std; char file_name[15]; char links_file[15]; char alg[15]; … read file as a set of vectors Programming Software Development by sameh.abdulah.1 Hello, I read a large file (>7GB) from disk. The file is as set of attributes like this: 0.2,0.3,0.5,0.6,0.8 0.5,0.7,0.2,0.2,0.5 . . I want to read only the first columns(i.e. 0.2, 0.5,...) into a vector. I do not need the other columns. The problem that when I use the fstream it buffer all the file into memory that leads to segmentation fault.… c++ prasing text file contents (looking for better solution) Programming Software Development by roidbeginner I asked this question yesterday http://stackoverflow.com/questions/20908568/calculating-daily-and-monthly-sales-from-text-file and now I have come up with this code: **stock.h** #ifndef stock_stock_h #define stock_stock_h #include <iostream> class stock { public: stock() { itemName = "… weird remote tcp connection Hardware and Software Information Security by nettizen Thank you in advance for helping me if you can. I am having a problem when I access internet explorer I get a tcp connection to the same remote ip along with the one I type in. I noticed this when I ran netstat and Active Ports program. I also ran virus and adware scans. Both negative. Please help me if you think there is a problem. Thank you. Here… Read in Partial Line Programming Software Development by cbattagler I am attempting to read in a comma delimited file and only take in the first three values. At the moment the code I have obviously does not work. The text file is laid out like this: [code]1249968.646,16761001.880,1206.990,1,2,104,3,218210.549527[/code] At the moment this is what my read in code looks like: [code=c++] if(canopyfile… Re: Read in Partial Line Programming Software Development by VernonDozier [QUOTE=cbattagler;616319]I am attempting to read in a comma delimited file and only take in the first three values. At the moment the code I have obviously does not work. The text file is laid out like this: [code]1249968.646,16761001.880,1206.990,1,2,104,3,218210.549527[/code] At the moment this is what my read in code looks like: … problems with using sort with vectors c++ Programming Software Development by johnson_2 I have a text file points.txt which is formatted by Point2D/Point3D , X ,Y points.txt Point2D, [-9, -9] Point3D, [-9, -9, -9] Point2D, [-99, -99] Point2D, [-999, -999] Point3D, [-999, -999, -999] What I want to do is 1) retrieve the X and Y values that belong to Point2D from the textfile 2) place it and calculate … My browser got ambushed by spyware Hardware and Software Information Security by Powder My wife was browsing the other day and clicked on an ad about earning extra income from home. It took her to a site that led to another then next thing you know a dozen or so browsers keep popping up continuously over and over and I eventually had to close all browsers through the task manager. Since that time I get an ad on 50% of the time that … Re: My browser got ambushed by spyware Hardware and Software Information Security by Powder [QUOTE=dlh6213]Hi Powder; first of all [B]never[/B] click on a pop-up ad, no matter how enticing it maybe. Don't even click on the X to close it, either use Task Manager (as you did), or right-click on it and select Close.[/quote] Yeah, I'm usually able to keep my computers pretty clean. My wife however is very computer illiterate and very … Re: My browser got ambushed by spyware Hardware and Software Information Security by Powder Strange, not sure why that hkmtauvn file reappeared after the first fix and deletion, but not the 2nd time. That ZServ may have killed the pop-ups. I'll report back soon with results. New log: [FONT=Arial]Logfile of HijackThis v1.99.0 Scan saved at 5:53:19 PM, on 1/12/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet … Re: My browser got ambushed by spyware Hardware and Software Information Security by Powder Thanks DMR, here is my new log: [FONT=Arial]Logfile of HijackThis v1.99.0 Scan saved at 4:56:47 PM, on 1/13/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\… my HJT log, need help pls Hardware and Software Information Security by gokou1628 last night, all of a sudden when I was surfing, I realized my "right-click" function doesn't work at all in my IE (but it does everywhere else, windows, etc.), and my IE also doesn't change the site's address inthe address bar once I leave a site (for example, if I'm on [url]www.yahoo.com[/url], and click on the sports section, the … Re: my HJT log, need help pls Hardware and Software Information Security by gokou1628 thanks for the quick reply. You're right, my problem is still there, anyways, I followed every one of your steps and the following is my new log, thanks again Logfile of HijackThis v1.99.1 Scan saved at 12:19:33 AM, on 4/10/2005 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running … Help with Hijack This! Log please? :) Hardware and Software Microsoft Windows by SarahH Hello everyone! Well, I took your advice, and went ahead and reinstalled and reformated. Now I seem to be getting a lot of hits on my firewall for some reason. I'm wondering if there is a virus on here that's nasty and keeps getting past my AV Scans, or some horrible spyware or something? So, I did a Hijack This! log for you masters to take a … Re: Help with Hijack This! Log please? :) Hardware and Software Microsoft Windows by SarahH Oh, also, here is an updated Hijack This! Log. Did I get it all out? Logfile of HijackThis v1.99.1 Scan saved at 4:51:21 AM, on 10/5/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\…