2,965 Topics

Member Avatar for
Member Avatar for asilter

[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 …

Member Avatar for asilter
0
130
Member Avatar for jerryseinfeld

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 …

Member Avatar for vijayan121
0
497
Member Avatar for GaryD.

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 …

Member Avatar for happygeek
0
142
Member Avatar for goodtimeshaxor

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 …

0
66
Member Avatar for harshbhatt88

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 …

Member Avatar for harshbhatt88
0
116
Member Avatar for mohammadalipak

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]; …

Member Avatar for mohammadalipak
0
288
Member Avatar for zombie-teeth

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 …

Member Avatar for gerbil
0
390
Member Avatar for Fred1306

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: …

Member Avatar for Bench
0
204
Member Avatar for johnny_deville

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: …

Member Avatar for gerbil
0
207
Member Avatar for SillyBilly

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 …

0
54
Member Avatar for kingIZZZY

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 …

Member Avatar for ShawnCplus
0
213
Member Avatar for mahix

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 …

Member Avatar for Killer_Typo
0
173
Member Avatar for claptrap

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 …

Member Avatar for claptrap
0
127
Member Avatar for kinggarden

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 …

Member Avatar for Narue
0
207
Member Avatar for ChelseaBoy

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 …

Member Avatar for ChelseaBoy
0
112
Member Avatar for edynas

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. …

Member Avatar for pty
0
175
Member Avatar for slbit

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 …

Member Avatar for slbit
0
137
Member Avatar for Mister_Abc

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 …

Member Avatar for Mister_Abc
0
111
Member Avatar for Chris147

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 …

0
53
Member Avatar for kinggarden

[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 …

Member Avatar for Narue
0
121
Member Avatar for pro-n00b

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 …

Member Avatar for pro-n00b
0
172
Member Avatar for jkjb16a

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 …

Member Avatar for gerbil
0
149
Member Avatar for jatinder_44

[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 …

Member Avatar for jatinder_44
0
118
Member Avatar for faisaly

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 …

Member Avatar for Narue
0
86
Member Avatar for lasher511

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 …

Member Avatar for lasher511
0
87
Member Avatar for BioTeq

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 …

Member Avatar for KevinADC
0
104
Member Avatar for stoffal

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 …

Member Avatar for jwenting
0
96
Member Avatar for itchap

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 …

Member Avatar for Rashakil Fol
0
138
Member Avatar for afflictedd2

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 …

Member Avatar for vijayan121
0
119
Member Avatar for usavguy

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 …

Member Avatar for usavguy
0
122
Member Avatar for StrangeLoops

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 …

Member Avatar for jbennet
0
192
Member Avatar for mickey911

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 …

0
53
Member Avatar for Zay

[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] …

Member Avatar for Zay
0
135
Member Avatar for norah87

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 …

Member Avatar for norah87
0
109
Member Avatar for NetworkNewb

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 …

Member Avatar for gerbil
0
118
Member Avatar for Gandaf

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 …

Member Avatar for gerbil
0
157
Member Avatar for aberlynn

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 …

Member Avatar for iamthwee
0
117
Member Avatar for wallish

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 …

Member Avatar for wallish
0
330
Member Avatar for shsh_shah

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 …

0
73
Member Avatar for shsh_shah

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 …

Member Avatar for shsh_shah
0
115
Member Avatar for ganesh_c

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 …

Member Avatar for Salem
0
197
Member Avatar for ganesh_c
Member Avatar for Lerner
0
50
Member Avatar for C++freak

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 …

Member Avatar for John A
-1
106
Member Avatar for marlon ng

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 …

0
66
Member Avatar for Memento

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 …

Member Avatar for Memento
0
103
Member Avatar for qqwwee

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 …

Member Avatar for gerbil
0
166
Member Avatar for maverick786

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 …

Member Avatar for Lerner
0
79
Member Avatar for digi3e

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 …

Member Avatar for digi3e
0
100
Member Avatar for bld

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 …

0
62
Member Avatar for Shaabangbang

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 …

Member Avatar for Clinton Portis
0
101

The End.