2,965 Topics
![]() | |
[code] RadarData * rd = NULL; rd = GetRadarData(sFileName); /* Here the debugger says that : rdp->llBdContent.bdContent.next = 0xa13f080. This is ok,but... */ CreateHVFERadarBUFR(&rd); [/code] GetRadarData is here: [code] RadarData * GetRadarData(char * sFileName) { short int nRadarSubtypeInFile; short int nRadarTypeInFile; /* Radar Data Structure */ RadarData rd; /* Radarin … | |
Hi....... I have a complicated homework...... I have a data which is csv file. I have to take this data from csv file and do sum calculations on these data's elements. But my problem is I cant take data from csv file to do this... I can take data from … | |
Name: Gary Nickname: Gaz, Gazwah, Garo Height: 5'11'' Weight: 225 Hair: Brown Eyes: Brown Location: IL Age: 26 Hobbies: Listening to music, drawing, playing the guitar, photoshopping, and watching C-Span (1 and 2) Relationship Status: Married Fav Music: Indy, retroactive, electronica, euro-dance trash, and drum n' bass Education: Balls deep … | |
Hello. I'll get to the point. I need to add new rows to table2 depending on the data found in table1. I've tried a small query I wrote up myself but I doubt it will work and can't risk screwing this database up. Note: These tables are extremely long, one … | |
I have to make a program as shown below: Design a program that creates and uses a file to store experiments' data for any number of experiments as requested by user. The program should use the following structure type: struct data { int experiment; float value; }; The program should … | |
I need to create a data structure of data structures, but I can know "how many structs I need" only at runtime. [CODE=c]typedef struct tagPredefinedStruct{ int iSize; int iCount; } PREDEFINEDSTRUCT; int x; x = GetNumberofStructs(); //x is known only at runtime. typedef struct APIStruct { int iNumber; PREDEFINEDSTRUCT PreDefStruct[x]; … | |
First, let me apologize in advance if I has misplaced this topic or used vague language for I am unfamiliar with this issue when it comes to viruses and spyware. I have popups and alerts popping up randomly warning me of Malware, it says that I have been infected with … | |
can you help me plz in these 2 assignments: assignment1: Create a new string ADT (using a dynamic array). The data members of the String class are a pointer to the start of your string and an integer representing the length of that string. The following methods should be provided: … | |
hey guys this is my first post, but i've been browsing this site for years. you all have helped in so many ways, thaks. anyway here is my hijack log Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:21:49 PM, on 07/07/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: … | |
Could some one analyze this and help me please??? Logfile of HijackThis v1.99.1 Scan saved at 2:20:00 AM, on 7/9/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16473) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\McAfee\MBK\MBackMonitor.exe C:\Program Files\Common Files\McAfee\HackerWatch\HWAPI.exe C:\PROGRA~1\McAfee\MSC\mcmscsvc.exe c:\program files\common files\mcafee\mna\mcnasvc.exe … | |
Please take some time to read my questions. Thank you. My current C++ exercise project is a win32-console text-only MUD engine. (MUD = "Multi-User-Dungeon" referring to the game genre in which the player wanders around in a 'map' of 'rooms' and can interact with many 'items' and 'characters'. In the … | |
We want to build a C++ program to help a professor in grading a True/False class test. The description of the system is as follows: • The students’ IDs and their answers are stored in a file. • The first entry (header line) in the file contains the number of … | |
I am trying to learn about databases and at the moment starting to read general stuff about multidimensional database design. The trouble is, I don't even know the basics about databases, like what is natural key (same as primary key made of single components?) or surrogate key... Could anyone explain … | |
Hi everybody: I'm trying to do the practices on the top of forum. I started from beginner's level. This time I will show you my solution to implement a simple database in C++. If you could give some advice on the following aspects or other, it would be so nice … | |
I am new to this site but can see that this is the place to get help. Very briefly, recently I have been unable to access my HotMail, Windows Update sites, etc. This seemed to coincide with having run some Spyware removal software. I also had the problem where I … | |
I need some advice from the pro's :) I am building an application that has data from several places. The structure is all the same but the data is specific to a user. 1 such a feed can consist of 50,000 rows but on average it's more between 500-2000 rows. … | |
Dear Experts, to give a better picture i will explain the directory structure first the files have the same naming convention and the only difference is the first letters which is the title of that account, there is a total of 210 files only the bold letters change for each … | |
My computer will not boot, and the problem at first was exactly as described as in this [URL="http://www.daniweb.com/techtalkforums/thread1317.html"]thread[/URL]. Of course, then I hadn't found this awesome forum, so, since I had not many important files on it (It was mostly online games), I reformatted it, think to delete everything I … | |
Hi All, I'm completely new to XML & SOAP so please bear with me if I sound stupid. I regularly write code in VBA and VB6 and have been asked to create a function that will link to a webservice (that requires a Username and Password) via SOAP and extract … | |
[LIST] [*][quote]Write a program which finds the factorial of a number entered by the user. (check for all conditions) (Beginner).[/quote][/LIST][code=C++] void findfactor(const unsigned int number) { unsigned int n = number; printf("The factors ot the input number are:\n"); if (0 == n) { printf("%d\n", n); return; } for(unsigned int i … | |
Hey all ive been having alot of problems with my computer recently and i was wondering if you could help ... ok now heres the problems 1) MASSIVE LAG . i mean slow as HELL . and my computer is not a panzy its really pretty good its fast and … | |
my cpu usage is all over the place with no program runiinng other then mcafee my usage jumps all over the place.. and on start up i get a svchost that will take up all 100% of cpu slowing my system down.here is my hjt log Boot mode: Normal Running … | |
[I][B]Hi To all,i used progress bar control of 7 array i.e 0 to 7 ProgressBar(PB) with same name pb1 ,but how to write code for each .My code is working if i select 1 PB and there is any other event for pb that i should not click on pb … | |
Dear all, plz help me regarding this C++ Questions. Q.1 Write a simple structure named Students. This structure consists of three variables Name, GPA and TotalMarks. Now write three variables of data type Students. Get value from user for these three students and show them on screen. Q.2 Create a … | |
Hi all, I have several .odt files with password protection on them for various reasons however i was never really sure how secure this is. So i was just wondering if anyone knows of a way to either access the Data in a .odt, gain access to the password or … | |
First of all, hello! I've been reading the forums for quite a while now, but this time I need real help. To summarize things: I'm building a parser which has to consolidate data based on variables contained in an array. The source file contains a set of tab-separated-values, and those … | |
Hi! I would like to use a webservice which offers to layout a graph structure automatically. Regarding the WSDL description it looks pretty simple: [url]http://cmap.ihmc.us/xml/LayoutWebService.html[/url] You input the graph data, and you recieve back graph data including the optimal x/y coordinates. Please note that this webservice requires the data in … | |
Hi all, I have to do this question to prepare for my "structure of Telecomm" subject final exam this week. this is the question: - What effect will cellular phones have on small business in the next 10 years? This is what i did so far: [code] Cell phones are … | |
Hi, I'm wondering how to give a map a fixed size like you can give an array a fixed size by just "byte data[SIZE*DATASIZE]".. or if it's possible anybody know.. struct Table { map<int, int> table; // }; struct Table *flightChart; The reason I have to give this a fixed … | |
I have a database (myDB1.mdb) that contains related data in seven tables. Using vb6 existing in a separate application, I would like to find a way to archive this data into a new database (myArchive1.mdb) located in the same location as the main database. I understand how to use the … | |
Short Version: from the list below, please pick the top 2-3 pieces of software I should learn (in order), and 1-2 programming languages (at most 1 major/hard one) I should learn (in order) to be more marketable in the IT field. Long Version: Hello all. I am new to the … | |
Hello community,, I have been developing a yahoomessenger chat client for nintendos handheld gaming console 'nintendo ds'.Till now i have finished laying out the user interface and wifi access via router. I found the yahoo protocol in many places from a google search but i am unable to understand how … | |
[COLOR=red][U]its about Data Structure[/U][/COLOR] [U][COLOR=#ff0000][/COLOR][/U] [COLOR=#ff0000](in doubly link List )[/COLOR] [COLOR=#ff0000][/COLOR] [COLOR=#ff0000]this is my function [/COLOR] [COLOR=blue]bool search( T item) { nodetype <T> *cur; bool found; cur=first; while(cur!=NULL && !found) { if((cur->info).name==item) return true; else cur=cur->next; }[/COLOR] [COLOR=blue] return found; }[/COLOR] [COLOR=#ff0000][/COLOR] [COLOR=#ff0000]and this is the error :[/COLOR] [COLOR=#ff0000][/COLOR] [CODE] … | |
hello everyone,, first i wanna tell that i am a new membor and i heard alot about this usefull forum.. and today i want ur help guys... in this question i dont know the causes of the error : the topic is doubly link list which is soted.. the type … | |
Ok, somehow my computer was infected with the .Zlob trojan. I was having numerous problems. I have fixed almost everything, removed some of the infected files manually, used AVAST boot scan. Also got rid of a lot of the spyware/adaware that I had. The problem i'm running into now is … | |
Got terrific help for the flap jump problem I was having on my desktop computer now I hope I will get the same with this lsass problem I am having on my laptop. When I open the task mgr the CPU usage is pegged to 100% just about all the … | |
hi folks - i'm quite new to c++ and have written a program where i have used a linked list to simulate 3 printers working in a queue according to their priority. After much blood, sweat and tears I got that bit working. Now I'm onto the second "easy" bit...I … ![]() | |
Well, I'm working on a simple project but I've hit a snag in my progress so far. I'd like to take a file that has text which will be something similar to: [code] Placemarker 1 = words/numbers Placemarker 2 = words/numbers Placemarker 3 = words/numbers [/code] so you'll have a … | |
Hi, Can Anyone help me in pseudo code or algorithms to write InsertAt() method for LinkedList. Basically when this method will be called it will ask user where he want to put that data somewhere in the middle of nodes and then that data will be inserted in between the … | |
Hi All, I am working on linked list application which the structure is as: [code] public static void Main(String[] args) { Console.WriteLine("Please Enter the data to be Inserted in the LinkList..."); Object obj = new Object(); node n = new node(); linklistImp llist = new linklistImp(); ArrayList ast = new … | |
In the thread programming environment on the C language, we have to create a "struct" data structure if more than one arguments are needed. I need a two dimensional array on that struct. I got a syntax error when I declare it! The following is the code: [code=c] #include<stdio.h> #include … | |
Are there any ways to create a two dimensional array within a "struct" data structure? | |
Hi all, I am a self learner and getting dificulty to solve this. Can any body help me out and let me know where I am going wrong. Thanks in advance............................... Write a program that can be used by a ski resort to keep track of local snow conditions for … | |
Hi! Beginner here. I'm using VB 6.0 . I created a new Access database (.mdb) using Visual Data Manager (from Add-Ins). If I right-click on a blank space in the Database Window, and click New Table in the context menu, a Table Structure window would appear. In it, I'm supposed … | |
I hope you can help me with this because I am out of ideas... I am trying to pass a structure [I]into[/I] an Oracle procedure and have had no luck… does anyone know how to pass a complex data type into an Oracle database? My idea was to pass in … | |
after log in, a error message pop up rundll error loading C:\WINDOWS\System32\colic.dll access is denied also sometimes computer restarts for no reason i post a thread before about this, however i got busy and never respond back, sorry for any troule it causes the CNNIC problem still exist the package … | |
I am attempting to search a list to check whether an item is already present before inserting. I am having trouble with the pointers; I understand that I need to set the pointer to the start of list but I keep getting compilation errors. Can anyone help? Here is my … | |
Hello anybody who takes the time to read this! I am not new to CFM but have not hit it to deep as of this point. Here is my problem and I hope I can explain this well enough. I have a page that will be driven left to right … | |
Best Video Cards ------------------------------------------- [COLOR="Red"][B][U]Nvidia Geforce 8 Series Video Cards[/U][/B][/COLOR] Features ------------- [B]NVIDIA® unified architecture:[/B] Fully unified shader core dynamically allocates processing power to geometry, vertex, physics, or pixel shading operations, delivering up to 2x the gaming performance of prior generation GPUs. [B]GigaThread™ Technology:[/B] Massively multi-threaded architecture supports thousands of … | |
hey guys, uhh ok remember the old addressbook problem? well i solved it :cheesy: ! but now my prof gave us the same assignment but we have to do it as linked lists.. and i dont know how to use linked lists quite well yet.. this is my original code … |
The End.