199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for PC_Nerd

Hi guys. I'm aware of the requirement to specify std:: as the namespace for string in some way ( whether it be using namespace std etc) - but the following error has stumped me as to its cause. [CODE] $ g++ Conf.cpp Conf.cpp:33: error: ‘string’ in namespace ‘std’ does not …

Member Avatar for StuXYZ
0
6K
Member Avatar for assaf

Hi I want to have a tag cloud on my site, and would like to know if there are free scripts for tag cloud and how much customization is involved (I'm a bit tech-challenged). Thanks, Assaf

Member Avatar for assaf
0
47
Member Avatar for DeanoJ

I need a firm answer on what OS, Linux, Unix, ect.. and software development code which will actually work in 64bit, mainly using the unlimited addressing capabilities. Now there are a LOT of claims out there and I've tried a few languages, although higher level, but ultimately run shot. My …

Member Avatar for Hiroshe
0
131
Member Avatar for lancevo3

Been working with operator overloading for the first time and am running into quite the standstill with this one. I finally got rid of the code I had written and decided to start from scratch. If anyone has any advice on how to code this for me it be a …

Member Avatar for lancevo3
0
156
Member Avatar for ScottHughes

What are your favorite free PHP scripts? Do you know any places that have a directory/database of free PHP scripts or something of the sort?

Member Avatar for diafol
0
88
Member Avatar for chatee
Member Avatar for Diamonddrake

A friend of mine programs in php and ruby. But we were talking about our projects and I brought up how I don't do much database type applications because I find it boring. And we somehow got on the subject of SQL. This is more of a discussion question, as …

Member Avatar for Diamonddrake
0
99
Member Avatar for zachabesh

Hey all, Trying to execute a command line from python. Here's some code: [code] class EncodeJob: def __init__(self,asset,recipe): self.asset = asset self.recipe = recipe self.original = self.asset.fullPath self.stdout = None self.stderr = None self.flv = os.path.normpath(self.recipe.configs['Flv Path'] + '/' + self.asset.filename.split('.')[0] + '.flv') self.thumb = os.path.normpath(self.recipe.configs['Thumb Path'] + '/' + …

Member Avatar for zachabesh
0
186
Member Avatar for abby2589

can i ask for a help? can you give me an idea to improve our program? another feature? our program is about computing a telephone bill.. -thanks!-

Member Avatar for Lerner
0
105
Member Avatar for mariyanix
Member Avatar for sonia sardana
0
78
Member Avatar for sonia sardana

1) Diff b/w nothing & string in terms of variable declaration. 2)Erase keyword. I have never heard of such keyword in mine whole 1 + yrs of exp. 3) Diff b/w functions & properties? I say,Functions return a value,But propertiesare used to set or get the values. He say properties …

Member Avatar for sknake
0
266
Member Avatar for denniskhor

My question is : x = "you love me" Inside 1234.txt file: i love you you love me we love you If i wan IF x == "you love me" from 1234.txt, THEN x is true. how to do it? any one can help?

Member Avatar for zachabesh
0
453
Member Avatar for joe82

Hello everyone, My file had 12 columns, I want those lines in my file where numbers in columns 9 and 10 includes digit "101". For example : i am giving 3 lines of my file: ( columns to focus are colored green). NM013123 14-74726235 100.00 18 0 0 11 28 …

Member Avatar for joe82
0
107
Member Avatar for AngelG

hello, i am trying to create a simple C++ application, (not a DOS application), i would like to to know .. how could i output inputs field and then process what the user typed on that field? -Angel G

Member Avatar for AngelG
0
81
Member Avatar for saturngod

In this days, I am making dictionary site with PHP & Mysql. I write SQL like this [CODE]select * from dblist where `Word`='A' Union select * from dblist where `Word`like 'A%' Union select * from dblist where `Word`='%A%' Union select * from dblist where `Word`='%A'[/CODE] I don't use [CODE]`Word`='A' OR …

Member Avatar for ShawnCplus
0
96
Member Avatar for dwdata

Hello, I have a few Text Area input fields when I want to allow my users to enter text with hard returns. On my process page, I am using: [CODE]$Note = addslashes(nl2br($_POST['Note']));[/CODE] to convert the strings to be able to be pushed to my mySQL DB. This functions great. I, …

Member Avatar for dwdata
0
111
Member Avatar for dp_neo

Hi, I have a script that pulls data off the web based on data in a text file. The text file and script are in the same directory. The values from the script are read into a list. The list is then used in some conditional statements. The text file …

Member Avatar for dp_neo
0
92
Member Avatar for nishant52

I'm retrieving a list of names from MySql database in Java using JDBC with the help of CachedRowSet. After retrieving the list I'm appending a counter value to every name. Finally I'm updating the modified names in the database. I'm using: MySql: 5.1 Connector/J 5.1.7 JRE 1.6 Win Xp SP3 …

Member Avatar for nishant52
0
409
Member Avatar for onaclov2000

When I'm attempting to load a program, there is a certain aspect that relies on a separate api to grab information to stick in a listbox (combobox whatever). I would like to be able to load the combobox on a separate thread because that part takes a good 2 minutes, …

Member Avatar for onaclov2000
0
954
Member Avatar for ROTC89

ok so i am doin a table that has info on all 44 presidents. i have to show the state the produces the biggest number of presidents...i am not sure how to do it. here is a lil bit of the table for you . I want it to show …

Member Avatar for davidn
0
102
Member Avatar for edub9

Here is the error I recieve: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home1/edubnini/public_html/mysql_db_size.php on line 1 Here is the output of the script: [url]http://www.edub9intl.com/mysql_db_size.php[/url] [code] <?php /* ================================================================================ MySQL Database size reporter Version 1.0.0 --- Displays all MySQL databases with their size and privileges. …

Member Avatar for ShawnCplus
0
203
Member Avatar for Link82

Hi everyone, A few days ago I posted a question which someone did reply to. However, the tables have been re-arranged a bit and I didn't want to make my last thread confusing, so I thought I'd start fresh here. (Mod, you may close down my other thread; thanks). So …

Member Avatar for sknake
0
303
Member Avatar for EdTheUniqueGeek

I was hoping someone could help me with this. Here is my web site: [url]http://ectech.info/[/url] The footer of this site that shows my copyright moves around, depending on your monitor resolution, and does not stay centered with the page itself. The footer information is show in the page source. Can …

Member Avatar for EdTheUniqueGeek
0
142
Member Avatar for emarcel

Hi Guys, I've got a small issue passing the string from command line parameter into the variable within the script. An issue is when the parameter contains an equal mark in the string that brakes the line and the everything after an equal mark is missing. See an example: script.bat …

Member Avatar for hkansal
0
77
Member Avatar for nittynotty

Hi!!! am a cse student How to create packages in java? i used da "package" keyword and created a class in dat file . It gets compiled , but while execution i get dis error: "Exception in thread "main" java.lang.NoClassDefFoundError:" if i try to execute it by givin "java packagename.classname" …

Member Avatar for nittynotty
0
102
Member Avatar for urbancalli

our project is to make a lexical analyzer. I am using DevCpp and it is in C. I barely know the idea of the analyzer. Can someone please ive me a clue on where to start in this project. I think if I will know where to start, I can …

Member Avatar for siddhant3s
0
184
Member Avatar for purijatin

can you pl help me out on this problem ..i have spent a lot of time on this question but iam unable to find the answer What if i want to write a class in such a way that only one instance of it can be created , and anyone …

Member Avatar for JamesCherrill
0
2K
Member Avatar for hurricanezj

I've written a socket server in Matlab and also a client program in Python.Both can be run properly respectively.The purpose is to send signals from Matlab to Python.But the problem is that they can never be connected to each other even though I use the same the host and port …

Member Avatar for woooee
0
233
Member Avatar for sugumarclick

hi pals, Im doing in-home project such that a document is being generated on the values i give in html document. how can i include header and footer for the word document by php code . MY cod for generating document is <?php $str=$_POST['client_name'].".doc"; header("Content-Type: application/vnd.ms-word"); header("content-disposition: attachment;filename=$str");?> <html> <body …

Member Avatar for sugumarclick
0
221
Member Avatar for tangent03

[code=c] #include<stdio.h> #include<conio.h> int fun(int,int); typedef int(*pf)(int,int); int proc(pf,int,int); void main() { printf("%d",proc(fun,6,6)); return 0; } int fun(int a,int b) { return(a==b); } int proc(pf p,int a,int b) { return((*p)(a,b)); } [/code] ans= 1

Member Avatar for Tom Gunn
0
145
Member Avatar for punnakl

Here there is a requirement in my project, like sending a automatic mail to a particular person,at particular time. for examples: If there is an expiry date for a customer's account, a week before the expiry date a mail should be send to the customer as a remainder. But, at …

Member Avatar for GökhanBarış
0
105
Member Avatar for codemaker

I have an html page. when you click a button, an AJAX function will call a php page (like register.php). That page contains a form. the URL is index.html and doesn't change to register.php because I called the PHP page through AJAX Now that problem is: when I click the …

Member Avatar for codemaker
0
121
Member Avatar for gagan22

Hi all, I am working on webdirectory. But i want when i click on any link on that page then page should be same and informtion or contents of that page will be change. Let me explain--- Like i have one file index.php and here are so many linke like …

Member Avatar for Josh Connerty
0
126
Member Avatar for walter clark

Why can't I declare this near the top of the Form1.h file... int trackArray[4][999]; It strikes error C4368; something about mixed type. What is mixed about the types? Walt

Member Avatar for Ancient Dragon
0
130
Member Avatar for tig2810

Hi I have a problem with a console app. It will not run methods in sequence but rather runs them all at the same time? I have put some example code below. The problem is it will run the methods below at the same time, without waiting for the frs …

Member Avatar for sknake
0
127
Member Avatar for chrispaul8676

hi there, i am coming up with a login page and i am having problem with the codes while i run the program. The error says, Invalid attempt to read when no data is present.' This errors occurs when i type [B]'gobi' [/B]as the delivery boy. The error says '[B]FirstName'[/B]. …

Member Avatar for kvprajapati
0
155
Member Avatar for NoID

Hello Guys, I am not really sure how to ask this, but i will try my best, as much help will be apericiated. I have a saved.php page which echos all saved data that i have filled inluding customer email. I then want a email.php to have echoing all emails …

Member Avatar for NoID
0
114
Member Avatar for alema

Hi, I'm coding in C# and my project suddenly doesn't load the localized strings anymore. Details: [LIST] [*]the language in use is written in a ini file [*]the localized strings are contained in [I]projectname[/I].resources.dll in the it-IT/ (for italian) folder located where the executable is [*]the [I]projectname[/I].resources.dll is aligned with …

Member Avatar for alema
0
193
Member Avatar for bryan69

hi, i would like to design an intrusion detection system-type of software. is it best to use Java for it?

Member Avatar for bryan69
0
147
Member Avatar for mansi sharma

hey frnds, I want to ask you want thing is it possible to resize the image of media player without changing the image height + width. Plz somebody help me out.. [code] Public Class Form2 Dim sFilename As String = "D:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Blue hills.jpg" Private Sub Form2_Load(ByVal …

Member Avatar for mansi sharma
0
189
Member Avatar for OmniX

This does not need to be done using PHP but I cannot think of anything else that would make this possible unless manual labor as such(disecting the image and reconstructing it piece by piece)? How would this be done using PHP or any other technology? THanks, Regards X

Member Avatar for sikka_varun
0
102
Member Avatar for makavelixx

I am trying to figure out what I'm doing wrong with this code to keep getting errors, its a simple trip planner for a class I am taking however it will not compile and is giving me these errors: C:\Documents and Settings\Justin\Desktop\trip.c In function `main': 24 C:\Documents and Settings\Justin\Desktop\trip.c syntax …

Member Avatar for Pavan_
0
278
Member Avatar for omaheshwar

The following is my code it says "Stored procedures are not supported on this version of MySQL " whenever i try to run the website.. below is my code [code] default.aspx.cs using System; using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using …

Member Avatar for omaheshwar
0
158
Member Avatar for atch

Hi, I'm quite new to C++ and I'm trying to write a function which would change uppercase letter in char[] to lowercase. Inside this function everything is fine but when I leave it, contents of char[] is not changed. Any ideas why? Also when I try to delete local pointers …

Member Avatar for atch
0
131
Member Avatar for SpiritGeek

I'm trying to write my first validator for wxPython. I want to check the TextCtrl value and change its background color based on whether or not it's numeric. It kind of works, except the event triggers before the current character is actually put in, so the validation is always one …

Member Avatar for jlm699
0
2K
Member Avatar for Pankaj18

Hi all, I want to send mail attatchment from SQL server. I have a Image field and i have stored word documemts in it. I am designing a form where an Email has to been sent with(attatchment) the word documents in the image field. So, i am looking for code …

Member Avatar for sknake
0
128
Member Avatar for shealy

I have 2 binaries - a java binary that requests a microsoft word doc from a c++ binary. The C++ binary opens the word doc in binary mode, reads x no of chars and returns chars to java binary. Java binary eventually receives all data and writes data using filestream …

Member Avatar for Krushnat
0
549
Member Avatar for alsoumhi

hi all , I am new to this forum I have a simple question why getParameter() doesn't work with me . My java server page is as follow: [code=Java] import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class InputServlet extends HttpServlet { public void doGet(HttpServletRequest request,HttpServletResponse response)throws IOException, ServletException { String …

Member Avatar for alsoumhi
0
296
Member Avatar for shankbond

Hi, I need to send an email which has an attachment; the attachment is stored in sql server-2005, in a table as an image data type. Thanks

Member Avatar for sknake
0
86
Member Avatar for rachelwiliam

[code] #include<stdio.h> #include<conio.h> #include<math.h> #include<stdlib.h> typedef struct { int M[40][40]; int br; int kl; }mtrks; void entri (mtrks *A, mtrks *B); //void entrinilai(mtrks *A, mtrks *B); void entrinilai(mtrks *A,mtrks *B); void tampil(mtrks A, mtrks B); //void tampil(Matriks M); void pilih(mtrks *A, mtrks *B, mtrks *C); int add(mtrks A, mtrks B, …

Member Avatar for tux4life
0
141

The End.