103 Topics

Member Avatar for
Member Avatar for dmizz002

Hi all, I am quite a beginner to C# and ASP.NET development so if you can help out it would be really appreciated: I wish to build a small library of custom functions to be used throughout the entire website. For example say I need to build 5 functions which …

Member Avatar for aspproject
0
174
Member Avatar for RobBobSmith

Hi all: I would be very grateful for advice on an Xcode (3.2.2) problem. I use Mac OS X 10.6.7. I have written C++ code that requires outside code. The outside code 1) requires a license and 2) has dynamic libraries. The outside code does run in a terminal, but …

0
140
Member Avatar for MasterBerd

Hey Guys! i'm trying to start making a php based word translator. Do i need to retype every word in dictionary or is there a way to download "library" type thing, or copy and paste from sources (could not find)? thank you for your help

Member Avatar for chrishea
0
329
Member Avatar for luislupe

Hi, I'm building a clustering algorithm and need to visualize how data is distributed and relationed. For this, I'm thinking in histograms (numerical and categorical data) and scatter plots. If possible, a 3D like plot like [url]http://www.opendx.org/inaction/datamining/images/original/mci3.jpg[/url] would be nice, but is not required. I'd like to be able to …

Member Avatar for L7Sqr
0
330
Member Avatar for stefilina

Hello... Does anyone implemented on his project the NChord library released by Andrew Cecini?Please answer me because i need help

0
90
Member Avatar for ashvyas

HEllo, After dat RFID TAG detection program, now i want to move 1 step further. Like if TAG is Detected as 012234F13A Now weneva dis code is detected, it must fetch a name from Database For example, m designing a Library system From RFID There must be two fields, 1. …

Member Avatar for ashvyas
0
124
Member Avatar for b56r1

Hi everybody. I have a doubt in one of the command which is shown below. 1. I created my own adding and multiplication funtion definitions saved in two separate files named "sum.c" and "mul.c". The function calls are present in "main.c" ofcourse. 2. I got the assembler output files by …

Member Avatar for rubberman
0
133
Member Avatar for looorin

When I was surfing on an internet I have found four c++ multimedia libraries, which can create games and GUI aplications (SDL, ClanLib, SFML, Allegro). I would like to learn one of them, but i don't have any experience with it. Can you recommend me one of them? I have …

0
93
Member Avatar for phycoCoder

Dear users of "daniweb" This question has no coding issues but is still about java and java code i thought this would be the best place to post such a question its for my schools Program Dossier. I need a [library or API] that can manipulate a robotic arms motors …

Member Avatar for peter_budo
0
203
Member Avatar for Ryujin

I wrote this script that enables user to send a search to a library catalog and/or a group of article databases. [URL="http://unixweb.kutztown.edu/~rjens816/php/twinsaltbox.htm"]It works roughly as hoped[/URL] in IE and in Firefox, [B]but[/B] in Safari and in Chrome it refuses to send two searches simultaneously (the third button on the prompt …

Member Avatar for Ryujin
0
285
Member Avatar for paolodinhqd

hi guys, i have problem loading my dll from '\bin' if i put my lib in '\bin', it works fine (meaning "\bin\mylib.dll") but if in a subdir, it fails to function normally (meaning "\bin\subdir\mylib.dll") pls hellp.....

Member Avatar for kvprajapati
0
125
Member Avatar for jlego

Im not familiar with the correct terminology to use with this. I have a form that i need to use in two different projects, and the form can remain identical for each project. I have read that there are code bases in other ides, where i could make a shared …

Member Avatar for jlego
0
183
Member Avatar for myrk

Hello, Can anyone suggest a GUI library that meets the following criteria? * Cross-Platform * Doesn't control the main loop * Not 100% object-oriented; similar to Xlib :) * Not many pointers please (like FLTK that every object is a pointer) * Free to use for closed source and open …

Member Avatar for Stefano Mtangoo
0
690
Member Avatar for eantz

hi, I just want to start an application with vb.net I have enough basic knowledge in vb.net And now I want to try use alternative UI for my application. For example I want my application look likes office :) or I want a better tab control So, where can I …

Member Avatar for kvprajapati
0
158
Member Avatar for Krstevski

Hello friends, I wrote a simple class for string validation and now I want to share with you. The class contains: - Constructor(s) public Validator() public Validator(string text) - Properties private string strText = string.Empty; - Method(s) public bool isNullOrEmpty() public bool isNullOrEmpty(string str) public bool isLengthMax(int maxLength) public bool …

Member Avatar for Momerath
1
240
Member Avatar for Hand

Hello, I need a simple open source audio library that can be used to play music and sound effects for C/C++. The audio files that I use are mp3, midi and ogg. My operating systems are Windows XP and Linux (Ubuntu). I need that the library be able to play …

Member Avatar for xtrmR
0
95
Member Avatar for Michael_Grumbac

I need to take a class on using C++ Libraries. Something that's about 3 months in duration, with some sort of a test at the end. I could easily just go to google and start there, but I was afraid that I would just get a zillion classes, without any …

Member Avatar for Michael_Grumbac
0
249
Member Avatar for Beat_Slayer

ITunes Library Persistent ID Editor. Sample usage: [CODE]fxml = 'iTunes Music Library.xml' # path to xml file fitl = 'iTunes Library.itl' # path to itl file itk = ITunesLibKeys(fxml, fitl) print itk.file_xml # prints path to xml file print itk.file_itl # prints path to itl file print itk.xml_key # prints …

0
1K
Member Avatar for jess314

Hi all, So, I'm a real newbie at this, and I don't even know where to start really. I'd appreciate some help. I've downloaded Allegro 4.9 onto my computer (running Windows Vista), and I want to use it with Code::Blocks IDE. I've tried many a google search, but none of …

Member Avatar for jess314
0
292
Member Avatar for jkalmar

Hi Everyone, I've got a library of ASM books I'd like to sell as a set to an ASM devotee. Here is the list of titles and what I originally paid for them. If you pay for shipping and make me a reasonable offer, they are yours. Or, if you're …

0
111
Member Avatar for aianne

Hi!, I'm newbie here on daniweb.. and i dont know if i'm in a right place to post this problem. lol. *sorry for my english* anyway, will you please help me about Turbo C? My teacher gve us a sample problem and he starts it with this code : [code]#include<conio.h> …

Member Avatar for Adak
0
282
Member Avatar for web3

Can anyone tell me what GUI to use? And is there a GUI similar or same like standard library? Thanks in advance.

Member Avatar for Stefano Mtangoo
0
210
Member Avatar for dimios

Hello there, I am trying to figure out the advantages of C++ STL containers over C. Correct me if I am wrong. a)in C++ containers classes are standardized. C doesn't have any standardized libraries for data structures beyond the native array type. b)each of these containers in C++ has member …

Member Avatar for NathanOliver
0
208
Member Avatar for newsguy

The British Library is already home to 52,000 local, regional, national and international newspaper titles spanning three centuries. Not surprisingly it has been called one of the world’s finest collections of newspapers, and every year it's used by 30,000 researchers in subjects ranging from family history and genealogy to sports …

Member Avatar for petersen1
1
211
Member Avatar for apals

hi folks, i am using windows control library and plugged in a textbox,label,button and called it check_my_id althought the control gets placed on the form. i am not able to change the properties of label, button thanx in advance

Member Avatar for apals
0
190
Member Avatar for dimios

Hi everyone, can you help me please with then following?? a)The C++ Standard Template Library (STL) contains a number of container data types, explain with suitable examples the advantages these give to the programmer over a procedural language such as C. b)Demonstrate using suitable code the usage of the STL …

Member Avatar for bandtank
0
216
Member Avatar for slfisher

The Washington State Supreme Court [URL="http://www.spokesman.com/stories/2010/may/06/libraries-can-filter-porn-washington-high-court-sa/"]ruled [/URL]earlier this month on a 6-3 decision that libraries had the right not only to use Internet blocking software, but to refuse to lift the block for a particular site even when an adult requested it. The case was significant because it's thought that …

Member Avatar for tiyoo
2
385
Member Avatar for daino

Hi Would anyone know if there is a book explaining all the various C++ Libraries and what features they encapsulate? I'm thinking in terms of, for example: iostream -- then a list of features and functions in iostream etc. Could anyone suggest any books or good reference material for this …

Member Avatar for daino
0
215
Member Avatar for amitaf_s

I've been trying to figure out the code for this problem for a long time and I'm stumped. The problem is: The library for which we design this system has only books and magazines that are available for library members to borrow from its circulation. Users of the library are …

Member Avatar for jwenting
0
100
Member Avatar for Gribouillis

I'm looking for C++ libraries to manipulate real and/or rational polynomials. Does someone know such a library ?

0
130

The End.