2,965 Topics

Member Avatar for
Member Avatar for ticktock

Hey all, I am trying desperately to create a cube using VBO. I have the correct vertices that must be used yet when I render it, it only displays one part of the face of the cube (which in this case is a half triangle, since a square is made …

Member Avatar for ticktock
0
2K
Member Avatar for perryg30313

I have a vb .NET 2005 form that needs to load data based on a selected month by the user. Because there is a large amount of data in the table (60k+ records per month) it is taking the query a long time to pull the dataset back and populate …

Member Avatar for perryg30313
0
130
Member Avatar for pspwxp fan

I'm learning C++ from the book C++ Primer Plus. At the end of the chapter on loops, they want us to design a structure, allocate adequate memory for an array of such structures using new, then feed input data to it. I got this code: [CODE]#include <iostream> using namespace std; …

Member Avatar for embooglement
0
136
Member Avatar for beforetheyknew

Hi guys, i'm using a php response once the javascript has validated the form. I've tested it from(/on?) the server and the the form is submitting so javascript is working fine, then it reaches the php and although it was working fine earlier, displaying the 'score' etc now after i …

Member Avatar for ﻼim
0
167
Member Avatar for zachattack05

I am working on a software project that utilizes the MSSQL Express version. My question is... I have checked out software that does the same thing that I want to do, but it seems that the competition uses a file based database system. I intend to use SQL because it …

Member Avatar for zachattack05
0
107
Member Avatar for bobsta

Hi I need to write data which I have successfully read in from a text file, to a new file. The original text file contains data for many objects. The read in data is stored using stl vectors in 3 nested objects: Structure, Polygon and Point i.e. a Structure contains …

Member Avatar for bobsta
0
164
Member Avatar for AMathew

I'm recently completed my Master's of Arts degree in Political Science. While I was in grad school, I had to learn R. From there, I began learning Python and Perl. When I was in grad school, I was utilizing most of these languages for data analysis and data visualization. For …

Member Avatar for AMathew
0
248
Member Avatar for adam444

I guess i have some type of virus, malware, adware or whatever the hell its called. I get this yellow shield with an exclamtion point in my taskbar, near the clock. when i put my mouse over it, it says downloading updates 0%. it comes and goes. also anytime i …

Member Avatar for crunchie
0
219
Member Avatar for ankilosado

I have a hyerarchy of aggregation with data from a txt file. I'll try to draw it here [B]Documento[/B] has arraylist of [U]Pagina[/U] [INDENT][B]Pagina [/B]has arraylist of [U]Parrafo[/U][/INDENT] [INDENT][INDENT][B]Parrafo [/B]has arraylist of [U]Frase[/U][/INDENT][/INDENT] [INDENT][INDENT][INDENT][B]Frase [/B]has arraylist of [U]Palabra[/U][/INDENT][/INDENT][/INDENT] [INDENT][INDENT][INDENT][INDENT][B]Palabra [/B]has arraylist of [U]basicElemento[/U][/INDENT][/INDENT][/INDENT][/INDENT] To construct [U]Documento[/U], I only have to …

Member Avatar for ankilosado
0
165
Member Avatar for dandixon

Got the code below for a login form to check that users dont miss a field and then to check wether or not the data user and pass fields match what is in the database but i cant seem to structure my [COLOR="Red"]if, elseif, else[/COLOR] statements correctly [CODE] <?php /** …

Member Avatar for dandixon
0
88
Member Avatar for jackcuso

Hi there I have been having a hard time with the rediction of pages, I got the Antivir Pro solutions a few days back , I go t rid of it but after that everytime i open a browser page another one opens, and every link i click on a …

Member Avatar for crunchie
0
354
Member Avatar for dansnyderECE

0 down vote favorite I'm trying to figure out how exactly to use stat() to capture information about a file. What I need is to be able to print several fields of information about a file. So.. [CODE] #include <iostream> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> using namespace std; int …

Member Avatar for dansnyderECE
0
521
Member Avatar for playdaguigame

hi, i was supposed to write a program in jgrasp, using java, i am a grade 12 learner, my program needs to have gui, my program compiles with no errors, when i run it it gives me my error message - "problem with showdata" - and only fills the first …

Member Avatar for javaAddict
0
101
Member Avatar for Sync.Void

I am in school and as a project I am building a mock Database from SQL Statements. I like having clean code and since I am at home building these statements on notepad to execute at school later I have a questions about white space. When I use CREATE TABLE …

Member Avatar for Sync.Void
0
81
Member Avatar for fekioh

Hello, I need to store data in large lists (~e7 elements) and I often get a memory error in code that looks like: [code=python] f = open('data.txt','r') for line in f: list1.append(line.split(',')[1]) list2.append(line.split(',')[2]) # etc. [/code] I get the error when reading-in the data, but I don't really need all …

Member Avatar for ultimatebuster
0
2K
Member Avatar for donageek

I apologize if this is a double-post, as the first time I tried to post to this board, I got a 404 browser error. 2 weeks ago, I had an issue with pop-ups on my work PC. I was eventually able to clean it up with Malawarebytes and thought I …

Member Avatar for cwarn23
0
252
Member Avatar for virtualvinodh

Hi, I wrote a piece of code for doing a recursive printing of all the leaf nodes. But it is not moving beyond one or two levels. Here is the code: [code=php] $root = array( "paa" => array ( "adi1" => array ( "cir1" => array ( "aka", "ra", "vinodh","dkido" …

Member Avatar for virtualvinodh
0
248
Member Avatar for schaffino

I have written two programs that encrypts and sends and decrypts and receives a text file in asm. The program works fine, the problem I'm having is setting up the com1 port. The transmitter sends the file fine, but the receiver cannot receive the file until i have set up …

Member Avatar for mike_2000_17
0
167
Member Avatar for SiahCheePing

Erm, do I need Visual Studio in my Windows Server 2008 to make my website work? Somehow,I've set my Content Directory and my Visual Directory to the same folder with all my ASP.NET pages + codes inside but it doesn't work at all. Tried switching authentication mode to forms authentication. …

Member Avatar for iis74u
0
254
Member Avatar for ansari.wajid

Hi Below is the XML structure <?xml version="1.0" encoding="utf-8" ?> - <Salary> <empNo Required="true" List=”false ></empNo> <Basic Required="true" List="false” >Basic Salary</Basic> <HRA List="false” >Housing Allow</HRA> <TA List="false” >TA</TA> <Others List="true >Other Allowances</Others> <Total List="false” Required="True">Total Salary</Total> - <Sex List="true"> Sex <gender>Male</gender> <geneder>Femal</geneder> </Sex> </Salary> I am having a requirement of …

0
103
Member Avatar for xxpokerxx

Hi, I am trying to implement a binary tree(not sorted) using recursion. I have figured out most of my function however GetMax and GetMin are confusing me. [CODE]#include <stdio.h> #include <stdlib.h> #include <limits.h> typedef int TreeEntry; typedef struct binary_tree_node { TreeEntry item; struct binary_tree_node * left; struct binary_tree_node * right; …

Member Avatar for xxpokerxx
0
283
Member Avatar for deven_a76

HI, I have a requirement where I need to compare the data in different database(tables having same structure/schema). I know manually I can execute the queries in each database, compare the results and it is done. As this execution is repetitive in nature, how I can automate this. Thanks In …

Member Avatar for deven_a76
0
107
Member Avatar for kained

My virus checker(avira) is reporting a fair few instances of the TR/Genome.khkv virus. Malware bytes and spybot are having no luck getting rid(or even detecting it) and it seems to be infesting more of my system. Any help would be greatly appreciated. Below is my hijackthis log. -------- [QUOTE]Logfile of …

Member Avatar for crunchie
0
280
Member Avatar for drfinkelstein

I've got some problems on my Acer TravelMate 4674WLMi laptop. I'm running Windows XP Professional. IE7 crashes immediately upon launch. It asks if I want to send an error log, which I do. A couple months ago, my machine was attacked by a nasty virus that caused all kinds of …

Member Avatar for PhilliePhan
0
214
Member Avatar for andreas.cyp

Hey guys, I have 200 documents in similar structure and I want to extract data to excel file. What is the easiest way? Thanks

0
86
Member Avatar for cwarn23

Hi everybody, I have been making a autoresponder bot but need information for the bot to learn from. I have just downloaded gutenberg and got all of its data into a database but need more data (preferably IT related). So does anybody know of a website like gutenberg but for …

0
39
Member Avatar for Drakarus

Problem 1: I was wondering if it's possible to add for example the struct below into a binary tree: [CODE=c] struct Appoint { string place; string title; int hour, minute; int durationHr, durationMin; }; [/CODE] I want the above struct to be sorted in the binary tree by hour and …

Member Avatar for Drakarus
0
284
Member Avatar for rashmisharmamca

this is my table structure [CODE]CREATE TABLE IF NOT EXISTS `test` ( `id` int(11) DEFAULT NULL, `disable` timestamp NULL DEFAULT NULL, UNIQUE KEY `id` (`id`,`disable`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;[/CODE] Assume values as [CODE]INSERT INTO `test` (`id`, `disable`) VALUES (1, NULL), (2, '2010-07-27 15:52:20'), (3, '2010-08-03 00:00:00'), (5, '2010-07-28 15:53:39'), …

Member Avatar for rashmisharmamca
0
83
Member Avatar for Twinzen

I'm having trouble with using a multiset of my own data structure. It seems to complain about my comparison (less than) function when I try to iterate, but it works at some level because I can insert() stuff and call functions from the first member of the multiset. If anyone …

Member Avatar for Twinzen
0
141
Member Avatar for taculese71

i've done everything that was asked...what do i do know!!! ha ha thanks and greatly appreciated!!! Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4363 Windows 5.1.2600 Service Pack 3 Internet Explorer 6.0.2900.5512 7/28/2010 4:28:40 PM mbam-log-2010-07-28 (16-28-40).txt Scan type: Full scan (C:\|) Objects scanned: 211333 Time elapsed: 1 hour(s), 35 minute(s), …

Member Avatar for taculese71
0
451
Member Avatar for zyrus001

I'm looking to write a program that should be capable of holding around 1000 records, each record will contain a varying number of fields and values. Usually, I'd create a list of dictionaries for something like this but wanted to know if that's the right way to go about it. …

Member Avatar for griswolf
0
321
Member Avatar for edoscope

Hi, I am having a very hard time understanding what I am doing wrong here. I am trying to read from a file into a struct array, however it stops working properly after a short while. my data in the file is in the following format: Last, First Name ID …

Member Avatar for blackrainbowhun
0
159
Member Avatar for comSysStudent

Hi guys, Just a quick question, I'm working on a general stack class for use with my card game and rather than creating an overloaded constructor for every single object and primitive type I'm wondering is there a way to supply the data type when invoking a basic constructor? Basically …

Member Avatar for comSysStudent
0
140
Member Avatar for AnkitPasi

Assignment: 2. Write a menu driven program to execute the given class. A. To search for student by name. If the student does not exist, appropriate message should be given. B. To display the details of the student having greatest average. C. To display the details of all the students. …

Member Avatar for AnkitPasi
0
711
Member Avatar for sklingb1

As soon as the computer showed a problem I had to start in safe mode to run MBAM. I updated first. I did run MBAM first before all the other scanners. First MBAM scan, Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4363 Windows 5.1.2600 Service Pack 3 (Safe Mode) Internet Explorer …

Member Avatar for PhilliePhan
0
188
Member Avatar for kirennian

I'll start by saying that I've solved the problem I had, I'm just trying to gain an understanding of exactly what caused it in the first place. Please note I'm cutting out as much middle-man code as I possibly can for understanding purposes. My program is currently setup so that …

0
65
Member Avatar for KadajXII

Hi all, I wish to construct an text editor with linear link list. Now I am writing a function to add a sentence into it and display all. My problem is I can only input a string as it will not take whitespace as input. And I don't understand what …

Member Avatar for KadajXII
0
104
Member Avatar for garyengle

I can't seem to pass a struct address to a function. My program "stops working" when it gets to the scanf statement of the getReady function. [CODE]/**************************************************** Author: ---------------------------------------------------------------------- Purpose: This code will explore passing a data structure address to a function. ****************************************************/ #include <stdio> #include <stdlib> //prototypes: struct things{ …

Member Avatar for garyengle
0
144
Member Avatar for sadhawan

Hi Guys, i have parsed an xml file below and want to create another class with data structure and pass these values to those data structure. [code] using System; using System.Collections.Generic; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using …

Member Avatar for Geekitygeek
0
164
Member Avatar for aeaism

Hi, A couple of weeks ago I had a bad virus on my computer (Anti-Vir 2010 suite or something like that). I ran all the scans out there, and thought i had removed it. But then, my websites and google searches kept getting redirected to other websites. That was the …

Member Avatar for crunchie
0
453
Member Avatar for edgaaa

[url]www.BalticServers.com[/url] - European data center since 2001. We offer dedicated servers, vps hosting, web hosting, colocation services. We have customers from more than 40 countries from all continents. Our location: Lithuania , European Union. More about: [url]http://www.datacentermap.com/lithuan...u-centras.html[/url] Lithuania is a second country in the world by upload speed: [url]http://www.speedtest.net/global.php#0[/url] , …

0
91
Member Avatar for ilikeu1

Hi, So it seems like a lot of people are having this problem. Mine started a few days ago. I will get random pop ups from internet explorer, as well as the invisible audio-only ones. Also, the wave volume will frequently reset to zero. I would appreciate any help with …

Member Avatar for crunchie
0
232
Member Avatar for sampson

Back again with yet another problem. Friend stated her computer was acting quircky and had some pop ups. I ran MBA-M and it did come up with some issues. After deleting those I have not come up with any issues. But I am posting the logs so it can be …

Member Avatar for crunchie
0
264
Member Avatar for design.eng

I have been looking for a tutorial to learn populating drop menu or list data from a mySQL. I have found this thread from a website. But it seems something wrong. I get this error [CODE]0 and !is_numeric($cat)){ // to check if $cat is numeric data or not. echo "Data …

Member Avatar for design.eng
0
1K
Member Avatar for Lusiphur

As suggested by Duki in [URL="http://www.daniweb.com/forums/thread298488.html"]this thread[/URL] I figured I'd compile all the workable examples and explanations here towards the question of "Why do we use get/ set to change properties?" [QUOTE=pritesh2010]Properties provide the opportunity to protect a field in a class by reading and writing to it through the …

2
504
Member Avatar for johndoe444

Hi, I thought I have mastered fighting segmentation fault thanks to the assistance of you guys. But still in this days I am getting seg fault. And there is no clue at all. I am writing a suffix tree using a trie. Here is the trace of segmentation fault: [CODE]aba …

Member Avatar for UncleLeroy
0
147
Member Avatar for happygeek

Geeks and fast cars have gone together ever since the first young coder made a million developing computer games. However, it takes a true nerd to build a car capable of breaking the land speed record and hitting 1050 miles per hour. A team of true nerds, and a whole …

1
303
Member Avatar for M4RUF

I've got to write an application in C which can take an input file containing RISC instructions and then output to screen the encoded version of these instructions. I will be working with the following op-classes: 0 1A 2A 2B 2C 3A 3B 3C 3D I already have the code …

0
55
Member Avatar for kevfunnie

Hello, Please help me remove this stuff. Processes show 3 or 4 IE running invisible. Pop up ads occuring, and every so often the wav volume goes down to zero. Here is my Hijack this log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 5:25:42 PM, on 7/15/2010 Platform: …

Member Avatar for crunchie
0
387
Member Avatar for d34dw4rd

here is my code of a linked list with a header file however it works in debugger mode but in normal run time it crashes Please help! Here's the header: [CODE]/* Lab3 Abstract Data Type - header file */ /* Type Definitions */ typedef struct { char state[20]; int year_adopted; …

Member Avatar for d34dw4rd
0
150

The End.