199,114 Archived Topics
Remove Filter ![]() | |
I am starting to use GDB, It can take in only executable form programs as argument is it? Or there are other options. I need to use gdb on a non-exe program directly.Can I do it? | |
Would you please send me a code for importing records in an Excel worksheet into my Asp Application database. Your earliest response is higly appreciated. Thanking you in advance. | |
So I'm working on a program where you fill in some textboxes and press a button to generate a .txt file with the texts in it... I'm working in Visual Studio Express (C++) The only thing i have so far is: [code] [COLOR=#0000ff]private[/COLOR][COLOR=#000000]: System::Void btnAdd_Click(System::Object^ sender, [/COLOR][COLOR=#000000]System::EventArgs^ e)[/COLOR] [COLOR=#000000]{[/COLOR] [COLOR=#0000ff]char[/COLOR][COLOR=#000000] … | |
i m doing a simple timetable in timetable.asp with the following codes ,i created three links to view different levels of timetable. we got level 1 ,2 and 3. as this VIEW BY LEVEL timetable.asp?lowchar=1 timetable.asp?lowchar=2 timetable.asp?lowchar=3 :mrgreen: so i pass the string 1 ,2 and 3. <% if request.QueryString("lowchar")="1" … | |
[COLOR=navy]Hello, this is my first post, so thank you in advance for any help you may be able to give! [/COLOR] [COLOR=navy]I have an ASP page that I need to have pull some information from a SQL table and display. The query in question is very simple: [/COLOR] [COLOR=navy][code]rs.open "SELECT … | |
THis program is suppose to read a txt file, contating text with weird spaces( the space on the space bar, character space on keyboard wtv u want to call it).also write the number of spaces in front of each line, and you are suppose to get rid of them like … | |
Hi everyone, Am hoping that someone can please help me with this problem. Its a little indepth for me but i have been unable to find out any information concerning it. On this page [URL]http://www.region3.com/stafflist.htm[/URL] the Email link opens up a popup box that allows you to send an email … ![]() | |
Hi every one, This is Pavan.I dont know anything about ASP.NET and trying to learn on my own.I am trying to create a login page where the user should enter his username and password, then the page should search the information in SQL server database and direct him that he … | |
Write a function IsOTriangle() that takes a size parameter and displays an isosceles triangle with that many lines. I have to have it with a main(), IsoTriangle(), and Spaces() Spaces() to display the leading spaces before the start of the asteriks. Normally functions and calculations don't bug me to much, … | |
hi, 1-how can i do multiselect in calendar. 2-how many days between 2 dates? how can u calculate it? example : 10/10/2006 - 12/10/2006 there is 1 day between those 2 dates. thanks | |
[I][COLOR=Navy]Hi, I'm new this forum and I don't know if this is in the right place. If it isn't, I apologize. Anyway, for my Senior project I'm creating a toolbar for Firefox. I was wondering if there was a way for me to create an external javascript file to put … | |
I am working with a dateType class and need to make a function to show next day and the previous day. I have my function set using const keyword so that it can't be changed by users, but now I can't increase my day. help??? [code] [COLOR=#0000ff]int[/COLOR][COLOR=#000000] dateType::nextDay() [/COLOR][COLOR=#0000ff]const [/COLOR]{ … | |
![]() | i have searched a lot for win 16 api tutorials but got only win32 api tutorials. i would like to start learning api with 16 bit and then 32. I would like to know some win16 api tutorials on web. |
Hey guys, I'm for the most part a backend programmer but I'm taking a GUI class as a elective, and I'm haveing some problems with an applet. Part of the assigment is to create a logo design that displays a bunch of pentagons in a circle with different colors and … | |
I wrote this program in MATLAB that converts units (for homework). My teacher doesn't like MATLAB but I do, so I've decided to make everything a bit fancy and a bit overboard. Thus far I've made my program to pop up a menu where in which you pick a unit … | |
Hello- I am creating a puzzle that is like the "Rubik's Cube," although this puzzle is played on the computer monitor, and the puzzle involves images placed on the sides of a cube. The mouse is used to rotate the sides of the cube. Each side of the cube is … | |
i have to set the time in minutes when this plane is expected to land or take-off. and i have to use method int..:eek: public int setScheduledTime() { } what should i do.... :sad: ![]() | |
here's anader program.. the output should be like this.. 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 ........ and here's d c0de..dunn0 if this is right.. #include<stdio.h> const int leftcorner=1; const int rightcorner-=1; const int topelement=1; int *pascal trianglr=0; int buildtriangle(int tmpPascalrow; { … | |
hi, i have been asked to get the information of the systems in the network by executing ping in perl programming. use Net::Ping; $p = Net::Ping->new(); print "$host is alive.\n" if $p->ping($host); $p->close(); sample of my code is shown above where $host--> is the ip of the destination machine. if … | |
[B]Intro[/B] Here is how to set up Microsofts MSDE for personal development. [B]Getting started[/B] Download the MSDE from: [url]http://www.microsoft.com/sql/downloads/2000/sp3.asp[/url] Select 'SQL2kdesksp3.exe' and save it to your computer. Double-click on the SQL2kdesksp3.exe you downloaded. Once you have run the self extracting exe (SQL2kdesksp3.exe), go to a command prompt. Start > Run … | |
what sql is?what can we make with SQL?do i have to know PHP BEFORE LEARNING SQL ?????? | |
Hi, I have been working on a project for my java programming class but I just dont know where to even start. here is what i was assigned Your program must: [LIST] [*]Not declare any class attributes. You will not need them in a carefully designed class. [*]Read a single … | |
Hello everyone, This is my first time here. I happen to run into this site as I was looking for solutions for some c program I have to write for my programming class. Anyway I'm running into issues that I just don't see any reason for why they are happening. … | |
I know a lot of students get on here and post threds trying to get others to do their homework, but i truly need help! I am looking for someone who is willing to tutor me by Im, e-mail, phone or anything. I have a coke machine project due next … | |
I have a simple database for hockey stats for my son. I can enter data into the db and pull it back, but I wanted to have points, which is goals + assists, displayed without entering into the DB. I enter both Goals and assists into the database and display … | |
![]() | Hi all, Working in a Pos System and using this code for print all product from the list. The code wrk fine the only prb is: The text begin printing from the middle of paper and not from the left side. Where is the prb? This is the code: Private … |
Hi! I'm doing a small website with some mysql and php, and have difficulties with doing a login site. I have the form sending the username and password, and this site should check them. Here's the code: [php] <?php session_start(); if(!($connection = mysql_connect("host","user","pass"))) die("Can't connect to database."); if(!(mysql_select_db("db", $connection))) die("ERROR … | |
Just wondering if any rails experts could give me a hand with this problem. I have rails/fcgi/lighttpd set up, when I use script/server it loads up fine. However if I try to run lighttpd as a service /etc/init.d/lighttpd start using the config file in /etc/lighttpd/lighttpd.conf it doesn't quite work. It … | |
The attached program uses buttons to take you to a set of links. The links that the three buttons point to are here, gamefaqs and toontown. You can customise by altering the links and button names within the code, this is just practice. What do you think? | |
Here's my Prog...i dunno how 2 convert it...pls check.. its a pyramid... #[code] #include<stdio.h> main() { int a, b, c, d=0; clrscr(); printf("Enter a No:"); scanf("%d",&c); for(a=1;a<=c;a++) { for(b=1;b<=c*2-1;b++) if (b<=c+d&&b>=c-d) printf("*"); else printf(" "); printf("\n"); d++; } getch(); } [/code] is my program correct? the output must be..a pyramid | |
Earlier in the day, I was forced to generate a new public key/private key pair for one of the systems I work with, as it appeared to have been hacked into at some point during the night. The system in question was running a process called 'Slony', which is used … | |
Hi i have this program and have a problem it is a basic program for exponents and now i need to add a while loop so that if the user enters a number greater that 10 it asks them to input a number lower or equal to 10, here is … | |
How can I get a program to find and extract an email adress from a line and replaces the @ sign with 'AT'? I just started learning c++ and have run into a wall. I can get my screen to display everyhing from the @ sign to the end of … | |
Hello, My site has a error: Parse error: syntax error, unexpected T_STRING in /home/***/public_html/playground/maps.php on line 341 Line 341: $getopp="SELECT * from a_pokemon where Pokemon='$getuser3[Opponent]'"; $getopp2=mysql_query($getopp) or die("Could not get Pokemon from database."); $getopp3=mysql_fetch_array($getopp2); Thanks, Danyal. | |
Hello, I'm building a website like MySpace, the address is [URL="http://pantarei.awardspace.com/"]http://pantarei.awardspace.com[/URL] the website is wrote in Italian. It has members customizable profiles, internak message system, search user tools, a forum and a chat. I just builded the main forum page but I have a problem that I cannot solve. The … | |
![]() | I am Turbo/Borland C++ programmer. I could write c++ programs. However I don't know Visual C++, and I have Visual C++ 6.0. What should be my first and next steps to learn Visual C++. Are there any online eBooks and tutorials. If so please tell me. |
I need help. I have my program set up except for a graphWin and I don;t know how to set that up | |
[COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Hey guys I’m Gessa Hi I m new, and desperately need HELP [/COLOR] [COLOR=#000000]I recently started my graduate studies where I have to take at least programming two, the last programming class I took was in my associates degree and one in the beginning of my … | |
Hi.this is my first thread on this forum im new here..im on my final year to be a computer engineer im almost done with my MCSD certification..yet i cant decide a software project for my graduation :sad: im looking for briliant ideas with some details about acheiving them.. im so … | |
hello has anyone installed and uploaded phpadmin through dreamweaver. can anyone explain to me how? im a bit stuck | |
[COLOR=#808080]Hi,[/COLOR] [COLOR=#808080]I’m using Visual Studio .NET 2003 and my application is a dialog window, with some buttons and a picturebox. I’ve activated the maximize window option and I’d like that when the window is maximized the picturebox will enlarge to occupy the same percentage of the window as in normal … | |
[quote] // play a wave file sound using the winmm library // For DevCpp add the library libwinmm.a to linker via // Project/Project Options/Parameters/Add Library // remember this is a console program! #include <iostream> #include <windows.h> // for PlaySound() #define SND_FILENAME 0x20000 #define SND_LOOP 8 #define SND_ASYNC 1 using namespace … | |
Hello guys, I am taking the MIPS assembly course this semester. indeed, I am struggling with this course. any way i need ur help .. My guestion is how to make the output appears right justified and how to connect the previous functions to the new function which is the … | |
Hi I have a user form that sends info to a database this all works well but when i click the browsers BACK button the info they wrote into the text boxes is still there. Is there anyway of clearing these boxes on the click of the submit button? (sorry … | |
Has anyone noticed that...if you create a ms access database with "Password" as one of the table's column name.... You can't make a data insertion through sql statements via oledb (no rows are affected)? like : insert into employees(password) values('asd32f1asdf') wasted me 1 1/2 hours trying to debug the thing … | |
Hello, I am looking for a tutor to teach me how to make games in java. Im not technically new to programming, I know the basic syntax from previous programming knowledge, I just need help on what function do what, etc, and any little thing java must have... :p I … | |
Hi, I've got a problem with searching for record(s) that match the staffID in my "Staff" table in the database. I have a string named mstrSql, a txtStaffID text box and a sql statement that goes [code]mstrSql = "Select * from Staff where staffID like '" & txtStaffID.Text.Trim() & "%" … | |
i have to comunicate from vb to control a nec vt480 and I have not much idea how to send the instructions correctly . Acording to the information given by nec, this are the codes to control projector: 001. POWER ON 02H 00H 00H 00H 00H 02H 002. POWER OFF … | |
public class Plane { private String FlightNumber; private String Location; private boolean isLanding; private int ScheduledTime; private static int TotalPlanes; public Plane(String FlightNumber, String Location){ this.FlightNumber = FlightNumber; this.Location = Location; Plane.TotalPlanes++; } public String getFlightNumber(){ return this.FlightNumber; } public void setFlightNumber(String f){ this.FlightNumber = f; } public String getLocation(){ … |
The End.