4,928 Topics

Member Avatar for
Member Avatar for kenji

Hey guys, its past midnite so I think the programming ghoulies have gotten to me but I am having a very strange problem with a constructor [icode] Account(char c[], char num[], int b); [/icode] Everything runs fine until I reach the for loop below, which for a very strange and …

Member Avatar for kenji
0
84
Member Avatar for panpanf

I wanna learn c++ by looking into the assembly language generated by visual studio. But i can't find a complete reference aoubt the usage of ml9. Is masm329 is tha same with ml9? If they are not the same, which one is better to write assembly language in a win32 …

Member Avatar for Ancient Dragon
0
90
Member Avatar for f.ben.isaac

Hello, first of all i'm glad to be a member here. Nice to be with you! I wrote a simple dum port scanner. For practicing purposes. It worked fine under linux, i ported to windows, i linked it to winsock libraries. I keep getting errors, such as C:\Documents and Settings\Fahmi\Desktop\test\main.cpp|29|error …

Member Avatar for f.ben.isaac
1
497
Member Avatar for Niner710

Hi, I keep getting an error in Visual Studio C++. I am trying to create a copy constructor but keep getting this error. "Windows has triggered a breakpoint in test.exe. This may be due to a corruption of the heap, and indicates a bug in test.exe or any of the …

Member Avatar for skatamatic
0
171
Member Avatar for panpanf
Member Avatar for daFool

[B]Now playing:[/B] AC/DC Black Ice [B]Now reading:[/B] Wikinomics [B]Now browsing:[/B] Fedora 9/Firefox 3.0.2/Gnome [B]Editors/IDES/tools used today:[/B] Vi, Gedit, Emacs, Bluefish, Visual Studio (BizTalk), Notepad, DBVisualizer 6.1, Xlint, xsltproc, Microsoft SQL Server Management Studio [B]Languages used today:[/B] TSQL, Bash, XSLT, XML, pgsql [B]Operating systems used today:[/B] Windows 2003 (64/32 bit), RHEL …

Member Avatar for jbennet
0
167
Member Avatar for haidarkhraiss

hi i'm working on visual studio 2005 windows application and i have to open xml file that i created before by pressing on button i tried laodxml("XMLFile") but it did not work and i'm a beginner in vb.net how can i do that?

Member Avatar for cellus205
0
70
Member Avatar for nimasafa

Hi I need to perogram the simple Calculatotr, Acceptable operators.' + : Add - : Subtract * : Multiply / : Divide ^ : Power ( raise left oprqnd to the power of the rifgt operand ) q or Q = Quit This is a progarm that I wrote : …

Member Avatar for WaltP
0
135
Member Avatar for Tayprogramming

I have 2 Questions and not found solution,can anyone help me: _what's conception of "word align of variable"? _Base on Visual Studio,which keyword do the that activity? _Which Library do we work perfectly with a big integer(at least hundreds of bit)? Thanks .

Member Avatar for Denniz
0
110
Member Avatar for shindog3

So I was trying to make a calender that outputs what ever month is prompted. yet this wont run, i keep getting this error 1>c:\users\lukas shininger\documents\visual studio 2008\projects\calender2\calender2\calender.cpp(151) : error C2059: syntax error : '}' [code] #include <iostream> #include <string> using namespace std; int main(){ int month,dateCount,dayCount,blankCount,totalDates,i; /*month: userinput variable …

Member Avatar for chococrack
0
186
Member Avatar for potatochips

hi, i have a Windows Application using visual studio.net 2005.. is there any way to close only the report in the report viewer n not the rest of the windows that r running? =/ thanks so much! :)

Member Avatar for potatochips
0
134
Member Avatar for Madd0g17

I have searched many a site to find an answer to this question, so here goes: I'm doing a hangman program that needs to pull different quotes from a text file named quotes.txt. Each quote is on a different line. I have the entire hangman program written (I can post …

Member Avatar for Madd0g17
0
95
Member Avatar for homero88

Hi, i need to compile 1 DLL, i start a new project, MFC appWizard(DLL),i select regular dll and push finish. i want to compile this: [code=cplusplus] /********************************************************************* ** XTrap Bypass ** ********************************************************************** ** Hacking Detected ** ** ---------------- ** ** 00435FA6 EB 35 All referenced text string, 'Hacking detected' ** …

Member Avatar for homero88
0
140
Member Avatar for terrible@VB

So I'm taking this introductory class on Visual Studio 2008 and I've been pretty lost since it started. Our current project is to write a code that will allow you to type in a starting and ending point then click the calculate button to calculate the factors of each number …

Member Avatar for jireh
0
168
Member Avatar for sfrider0

Hey. I'm new to C#. I need to enter data into textbox1. Then press button1, then the text in textbox1 is displayed in textbox2. I'm using Visual Studio 2005. Any help would be greatly appreciated. Can I do this in design view?

Member Avatar for sfrider0
0
110
Member Avatar for bharatshivram

hi i am using visual studio 2008 express edition. i have created a database in sql ( add new item > sql database). the db has 2 fields uname and upwd. have also created a web page in asp.net that has 2 text boxes (textbox1,textbox2) and a command button (cmdbutton1). …

Member Avatar for bharatshivram
0
115
Member Avatar for jack1234

I am using Visual Studio 2005. Following two programs has the same code, just that one is CLR Console application and the other is Win32 Console application. I set a break point at int i=1 for both program, for CLR Console application, and when run to the break point, in …

Member Avatar for Ancient Dragon
0
746
Member Avatar for PaladinHammer

Hey guys, pretty confused about what a "pass-by-reference" function is and does. No one will put it into simple English for me and Google has become my worst enemy on the topic. What the Program has to do is convert the five-numbers of a zip code (for example: "64110") into …

Member Avatar for PaladinHammer
0
153
Member Avatar for T'Scoopz

Hello, I just need help converting this baby in plain old vanilla C. You can tell me the equivalents of C to C++ or whatever is more convenient for you. I'm compiling in MS Visual Studio C++ 2008 and it gives me mostly "undeclared identifiers" and "syntax errors". Thanks in …

Member Avatar for T'Scoopz
0
163
Member Avatar for teddybouch

I just downloaded Visual C++ 2008 Express Edition and I'm trying to edit some old code for a lab that I am TAing. I took all the code and put it in a new project, since several of the old libraries will change and since I don't have them on …

Member Avatar for Sci@phy
0
782
Member Avatar for fishky

Hello guys, I'm selfstudying C++ and atm am reading about classes. I want to define ostream operator<< but compiler cant find ostream to be regular use. I'm using Visual Studio 2005 on XP SP2 and have MSDN installed. And another question - am I using proper initialisation for operator<< ? …

Member Avatar for fishky
0
1K
Member Avatar for toucan

I'm writing a C++ project using OpenGL in Microsoft Visual Studio 2005. I already have code for importing a jpeg image, but I don't know how to place it on a plane in 3D so I can view it in either ortographic or perspective projection. Also, how do I set …

Member Avatar for skatamatic
0
111
Member Avatar for killdude69

Ok, I am making a DLL Library for programs using Win32 WinAPI, It contains classes for common controls. I had only five errors, the errors were because I had did a bad typecast and misspelled some variables, once I worked out every single error, 15 new errors arose and they …

Member Avatar for killdude69
0
243
Member Avatar for meddlepal

Visual Studio 2005 is giving me heartburn while working with templates. Does anybody know what is going on with the following code, and the errors below? It says there is a syntax error, but I cannot find it. [CODE=C++] #ifndef DEQUEUE_H #define DEQUEUE_H #include <iostream> #include <list> template<class Item> class …

Member Avatar for meddlepal
0
170
Member Avatar for guy40az

Can you use a static library on visual studio 2008 that was complied on visual c++ version 6 or do I have to recompile the static library?

Member Avatar for Narue
0
42
Member Avatar for padawan

Hi everyone, I have a problem with debugging a dll file. I'm trying to convert the epanet2.dll (EPANET: a free source-coded water resource program) into a 64-bit dll file for my project. When compiling, errors coding LNK2001 and LNK2019 occurred many times. error LNK2001: unresolved external symbol ... error LNK2001: …

Member Avatar for Dave Sinkula
0
305
Member Avatar for cathyf

I've been using visual studio 6 for a couple of years now, and every programer that I have asked this has said, "geez I dunno how to do that." Basically, my problem is that I can't figure out how to get the debugger to show me the contents of c++ …

Member Avatar for cathyf
0
209
Member Avatar for avillachandok

firstly hi all, i''d like to intrroduce myself. Im a new C++ programmer..hardly..but trying..so yes its frustrating with the error and syntax mainly. Anywayz, this is a card game with 2 classes and simple functions but im having a problem compiling it. I compile it on visual studio so i …

Member Avatar for avillachandok
0
132
Member Avatar for rapture

Hello. I'm charged with taking a site I helped create in VB.Net 1.1 to C#.Net 2.0 - I'm just starting to research this and wondered if anyone has done it and if you can direct me to some good material . . . I need to add a new module …

Member Avatar for rapture
0
253
Member Avatar for serkan sendur

Install iis 7 on your vista os.Open up the iis manager from administrative tools. Right click default web site and choose add new application. Give your application(your site) a name(alias) and point to your physical application folder. open up your web project in visual studio. Right click the web project …

Member Avatar for skiabox
0
1K
Member Avatar for joed13k1941

I wrote the following program with the instructions in the top comments: ( I am using visual studio on vista) [code=cplusplus] #include <iostream> using namespace std; int main() { int num1, num2; int total = 0; cout << "Please enter an integer between 0 and 100: "; cin >> num1; …

Member Avatar for joed13k1941
0
233
Member Avatar for pads

this is my program i am getting a error while compiling it can someone help me... error is ----- Build started: Project: paddy, Configuration: Debug Win32 ------ Compiling... manager.cpp c:\documents and settings\others\my documents\visual studio 2005\projects\paddy\paddy\manager.cpp(51) : error C2664: 'Pensioner::Pensioner(char *,char *,char *,long,char *)' : cannot convert parameter 1 from 'std::string' …

Member Avatar for ArkM
0
2K
Member Avatar for saneeha

I need to extract complete path for a file givne the file name. I am using the function GetFullPathName() but it only appends the current directory of the project with the file name.. Is there any modification or some other function which can help? I am using visual studio 2005 …

Member Avatar for ArkM
0
249
Member Avatar for Jihad

I have an wsdl file, I puted the wsdl file in the app_code folder ("I am using visual studio 2008"), as it is supposed to be it generated the proxy for me. But the proxy file containes object type parameter for all functions even for the functions that are not …

Member Avatar for Jihad
0
200
Member Avatar for viswa_007

I have got 2 problems... 1) How can I find the visible no. of rows in a datagridview and the index of the top row during vertical scroll.I am using visual studio 2005 windows application in c#. 2) How to refresh datagridview's particular no. of rows instead of refreshing the …

Member Avatar for viswa_007
0
98
Member Avatar for milonsito

I hope you guys can help me Im having troubles with this. I need to create this using Vb or vs2008 visual studio or visual basic 2008 can you guys help me? INTERNET SERVICE PROVIDER An internet service provicer offers 3 subscriptions packages to its customers, plus a discount for …

Member Avatar for milonsito
0
333
Member Avatar for Rraeyinde

Hi guys. This is a cry for help from a desperate student!!! I don't expect you to do this for me I just need my mistake to be pointed out to me. I'm creating a c# application which acts as a learning program to be used by teachers and learners. …

Member Avatar for okutbay
0
219
Member Avatar for Asen

I'm a beginer in OpenGl. I downloaded glut 3.7.6 package but I didn't find glu.h, glaux.h, opengl.h, opengl32.h and gl.h in there. Where can I get it ? And if I've found it, how to set it so it can work well. I'm using VC++ 2008 Express. Please tell me …

Member Avatar for Denniz
0
345
Member Avatar for R3B3L

I have installed oracle client 10.2g and I have used it with MS visual studio for a few days and it worked just fine. Yesterday I started to receive this message whenever I try to log in into 'localhost' [CODE] System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. [/CODE] …

Member Avatar for debasisdas
0
103
Member Avatar for rrreeefff

I am trying to write a recursive function that compute a to the n. here is as far as I have gotten as far as code [code=c] #include "stdafx.h" #include "stdio.h" int power (int n); // function prototype// main() { float a; int n; printf("\n enter values of a an …

Member Avatar for rrreeefff
0
155
Member Avatar for chanthung

Hi, Badly need help again. I have completed one project and have tried making a setup file using Microsoft Visual Studio Package and Deployment Wizard. It showed no error. I ran the setup file but could not as I saw a message(Error?) and after completing the setup I tried running …

Member Avatar for chanthung
0
212
Member Avatar for LiBOC

Dear friends, thanks in advance for reading this: I wanted to set up membership roles for my application. I am using Visual Studio 2005 Web Development. However, I could not enter into the security tab under ASP.NET Web Site Administration Tool(In a web interface look)... they threw me this: There …

Member Avatar for Missouri_Mule
0
246
Member Avatar for mehtaneha84

I am working with fifo module...I actually found the basic code on DaniWeb, just made a few changes to it... There are 2 main sources...first one is called fifoqueue which consists of basic fifo functions i.e. qu, dequ, isEmpty and a couple more...the second one is called packetstructure which is …

Member Avatar for Sci@phy
0
181
Member Avatar for andyT

Hi, This is my first post, this site has been very helpful in the past. I am wondering if it is possible to assign a dynamic array to a vector? If so, how? The following code is not working for me (with Visual Studio .NET 2003): [code] int *current; current …

Member Avatar for andyT
0
227
Member Avatar for Birdie010

Can someone please help me with why I'm receiving this error message for a ALineIn.Split Delimiter. Thanks! Error Message: Error 1 Overload resolution failed because no accessible 'Split' can be called without a narrowing conversion: 'Public Function Split(separator() As Char, options As System.StringSplitOptions) As String()': Argument matching parameter 'separator' narrows …

Member Avatar for Teme64
0
122
Member Avatar for chilu2000

Hello am looking for someone who can assist me in modifying visual studio job website starter kit to fit the requirements of a project am working on. The modifications will include alterations to the database and inclusion of several features. More details will be given upon getting a response. Or …

0
45
Member Avatar for ashishchoure

I got the latest Direct X SDK and Microsoft Visual Studio and I want to learn how to code games in C++. I self learn most of my coding, but I want to know a straight out beginners book for C++ and Direct X Gaming. Can you guys suggest anything?

Member Avatar for Ancient Dragon
0
68
Member Avatar for DanWilliams

I come to the IT community with hat in hand for advice. I currently work for a company that while it has been good, I am concerned about my future with it (read:layoffs). I have been going to school part-time to finish a Associates in computer tech (programming VB/database and …

Member Avatar for zeroth
0
189
Member Avatar for icklecoder

Hi there Sorry if i have posted this on the wrong area. I have a problem with a simple query shown below [code=sql] SELECT * FROM Disney WHERE Upper(COLNAME) LIKE UPPER('%' || SEARCHSTRING || '%'); [/code] My problem, The colname variable is not being recognised as a column name for …

0
36
Member Avatar for shxrainz

Hi, I have created a login form that has adminid and password.. I use visual studio 2005,database access. login form work smoothly when i enter the correct adminid and password but never display an error message if wrong data was entered or no data was entered. I need a help …

Member Avatar for shxrainz
0
150

The End.