8,298 Topics

Member Avatar for
Member Avatar for angelicxtc

Hi. I am taking my first C class and I seem to be having trouble with this program. The problem is: Write a function that adds two polynomials of at most degree n. /* f = g + h; n is the max degree of f, g, and h */ …

Member Avatar for iamthwee
0
791
Member Avatar for minnie
Member Avatar for Salem
0
167
Member Avatar for ankit7

hello everybody, Can anyone please tell how can i make C++ screen full in windows vista. thank you

Member Avatar for dmanw100
0
136
Member Avatar for sireesha.c

Hi, i am working with windows media player control using AxInterop.WMPLib in c# windows application.It is working properly but i want to hide seek bar in windows media player.if u know this plz reply me ASAP.

Member Avatar for selvaganapathy
0
102
Member Avatar for amrita.r

please help me.. m in final year MCA student.. i have to do a project on c-quiz application in Java[/U][/B] as front end and Oracle as back end.. if anyone can send me the source codes to <email snipped>

Member Avatar for stephen84s
0
100
Member Avatar for ash-always-win

hi all, for a button click event, 1. how to navigate for another form, while existing form is invisible? 2. how to navigate for another form, with the values of previous form? Please help me. I'm a new programmer

Member Avatar for selvaganapathy
0
102
Member Avatar for utmibnca2004

I need help with my project. I don't understand how I would approach the following situation and need some advice/suggestions. I am using a file to read info necessary for the project and using classes to access the data. class Car { public: void CarInit(string& make, string& model, string& color, …

Member Avatar for mahlerfive
0
145
Member Avatar for haven_u

can someone explain the difference between get functions in C++... like get() or getline() and on what situation should we use any of these functions,

Member Avatar for Sky Diploma
0
75
Member Avatar for dev.cplusplus

Hi to all I'm writing an ActiveX in C#, I found a great tutorial in: [url]http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx[/url] The problem is that my ActiveX should create a folder and do some another actions in the Client machine, according what I know when the user allow using ActiveX, the ActiveX has permissions to …

Member Avatar for santy555
0
98
Member Avatar for sanbal

I developed c# windows application and included a windows installer, after building the project , i am having a msi file. All the clients will install it to execute our product. We added a new dll and we give it to client through auto update. Now the dll will be …

Member Avatar for dickersonka
0
178
Member Avatar for kneiel

i have two classes. One is room and the other is container.[B]Room is the class which you write, container is a 3rd party class, you can't change the class definition of container.[/B] in the constructor of container, large amount of memory is allocated. In the ctor of room, a small …

0
47
Member Avatar for BattlingMaxo

I want to make a real time 3d aquarium. procedural animation. What compiler should i use? hopefully not to expensive. Dev C++ is free but don't know if i need more than that. i was thinkin about visual c++ What about service packs that i read about i don't want …

Member Avatar for msk88
0
140
Member Avatar for c#loser

hi , i just learn c# , i have a question about the window application in c#, for any text key in by user or display out to the form , is in waat type string , ??

Member Avatar for c#loser
0
65
Member Avatar for c#loser

i learn the basic c++ , i would like to learn how to create a gui program, where can i find some sourse to learn ? and the static , i dun understand it mean , can any one help

Member Avatar for c#loser
0
80
Member Avatar for omoz4real

Hi everyone, I was wondering if anyone could help me solve the popular 8 puzzle problem in C# using the A* algorithm or using the manhattans distance heuristics. actually i know the theoretical aspect of it but programming it is a little bit more difficult for me though i have …

Member Avatar for ahyeek
-2
103
Member Avatar for akshaycjoshi

Hi, I am developing one application which requires me to compare date.The dataabse being MS access 2003. When i execute the query in c# it does not show any record ,the date although matches with the date in database. Where is the problem ? The quey executed is select * …

Member Avatar for LizR
0
107
Member Avatar for Umair.P

Hi there. I am new to this forum. I would like to know how can I download a file or .exe from a server on to the client machine. My software will run on the client machine. I want to know if there is some built in functionalty in windows …

Member Avatar for Umair.P
0
253
Member Avatar for vlopez

Hello, I just started programming in c# a few months ago, i have to do a project that consists in picking up a phone call using my computer, play a .wav file and then detec the key pressed by the user on the telephone pad and according to which number …

Member Avatar for kondayya
0
365
Member Avatar for Karil

Hi Guys I just started learning some C# Coding and i was wondering how i would make an interface for a C# program. If this is a dumb question please dont be too cruel to me.

Member Avatar for natpu
0
143
Member Avatar for foxfire

Hello to everyone... Hi I'm new to C# programming, but i have a background in programming specially in c, c++ and vb 6, now i'm trying to study the c# programming, i have a problem to solve i am doing a project in c# that the sql connection string of …

Member Avatar for JerryShaw
0
469
Member Avatar for Davidr58

I would like to write a C# macro that would allow me to automatically (defining points) move a symobl in Revit from one location to another on a plot sheet.

Member Avatar for Ramy Mahrous
0
56
Member Avatar for Alex Edwards

Hi, my name is Alex. I'm fairly new to C# but apparently I may be required to know how to manipulate .NET Frameworks via C# so I am studying a beginners book and another book to thoroughly understand the language. The problem is that I am struggling to understand the …

Member Avatar for Alex Edwards
0
157
Member Avatar for coolkeg

hi guys, I'm new to C language and am currently using an online tutorial, ive been doing prety well on my own until now. Basicly the problem is with the "while" command, when i copy and paste the code im working with from the tutorial site into a word pad …

Member Avatar for Aia
0
138
Member Avatar for bharathi_n_r

Hi fellows, I have learned to create stored procedures,but dont know on how to implement it in my code...I have a dataadapter called ada and a dataset ds..The form consists of three textboxes and a combobox...I need the valuse from the database to the comboox...How to fill the dataset and …

Member Avatar for Elmo_loves_you
0
284
Member Avatar for sanbal

I am creating a msi file in windows installer. When the msi is executed, it register some dlls in the registry. I renamed a dll in the code and i manually want to rename the dll in the registry. How can i do this Thanks in advance

Member Avatar for Ramy Mahrous
0
103
Member Avatar for ChroNoS

I am still very new to C++ and I'm a bit :confused: too. I am trying to make a program which takes the ascii string from a text file and converts it into binary. I have been able to come up with this code so far: [ICODE] #include <iostream> #include …

Member Avatar for ChroNoS
1
111
Member Avatar for asma_ab

hi ... i have a query i have created an application in c# i have put this code in button [code] string strXmlPath = ""; XmlDocument doc = new XmlDocument(); strXmlPath = ("C:/App_Data/Document.xml"); DataSet ds = new DataSet(); XmlTextWriter writer = new XmlTextWriter(strXmlPath,System.Text.Encoding.UTF8); writer.WriteStartElement("folder"); writer.WriteElementString("FolderName", "App_Data"); writer.WriteElementString("FolderPath", "C:/App_Data/Document.xml"); writer.WriteEndElement(); writer.WriteStartElement("folder2"); …

Member Avatar for nnobakht
0
1K
Member Avatar for Sundarararjan

Also do tel me what is the process of creating functions in seperate files and referencing them under a single file. I use a dev-C++ for my coding

Member Avatar for Salem
0
78
Member Avatar for Renukavani

hi everyone, i have grid control, in that im created alternate color for rows.my problem is i want to assign image to grid background. tel me is it posible. plz tel me the way. thanks

0
51
Member Avatar for Sreenu123

How to insert multiple records into a database table that are entered into a datagridview. With a single shot of Save all the records in the datagridview should be updated using C# . Can any one help me in this regard. Please tell me the solution as i have wasted …

0
36
Member Avatar for Renukavani

hi everyone. I have Splitercontainer control. normaly if u keep mouse in between u can able to c spliter image . its possible inside of that i can keep my image over there. its in C# win. plz help me out.thanks

Member Avatar for Renukavani
0
67
Member Avatar for carlos_lopez_m

Hi everyone I'm having a problem trying to load a VBA program through C#. I'm creating an application in order to load Excel (so far so good), and I can even paste some information from one of my arrays in a spreadsheet.... My question is, how can I run a …

0
79
Member Avatar for linux0id

Hello everyone! I am new to C++, and still haven't got to grips with objects, inheritance etc. etc. Anyway, here's the question - [CODE]class mainFrame : public Gtk::Window { private: library *m_library; player *m_player; }[/CODE] How can member m_player, when finished playing a track, access m_library to select the next …

Member Avatar for linux0id
0
98
Member Avatar for rapture

Hello, I'm newer to programming and trying to do something that has me stumped. I need to read files from a directory on a server and compare those file names to a field in a database. When I find the file names that are the same, grab a different field …

Member Avatar for nvmobius
0
1K
Member Avatar for davidleeis14

C++ reading text files I have a program which I am writing which manages a savings club. I have set up a functions which creates members (there are two members types) and outputs there data to a text file a line at a time in the format string, int, int, …

Member Avatar for Agni
0
4K
Member Avatar for IT_Techno

hi i need help i want away to create aprogramme using C# that when i connect my USB flash to my computer it automaticaly run another .exe c# exist on my USB flash, how can i write aprogramme do that? if any one have an idea please help me Many …

Member Avatar for ademzuberi
0
507
Member Avatar for phickman7872

Hi all, I am new to C on linux and have a question about I/O. I am trying to read input from the command-line: printf("What is your first name? "); scanf("%s", firstName); printf("What is your last name? "); scanf("%s", lastName); printf("What is your age? "); scanf("%d", &age); printf("What street do …

Member Avatar for yap.nice
0
401
Member Avatar for BradenMurphy

hey all This would be my 1st year out of school and into college woohoo! My course is for one year and it is just based on programming... the languages i've chosen to do are C++ as my primary and Java as my secondary. My course has also included SQL …

Member Avatar for swaira umar
0
150
Member Avatar for worldwaffle

I'm only 11, but I know html, CSS, javascript, and C#. I was wondering, [B]if Java is like C#[/B], as it looks pretty similar, I could just start coding :)! -worldwaffle

Member Avatar for Alex Edwards
0
151
Member Avatar for eladio_ees

Hello everyone!!, i have a question for you, do you know any libraries to develop wireless network in C/C++ but available for linux/unix?¿ Thanks!!

0
73
Member Avatar for kneiel

This one is on References. [url]http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlcpp8a.doc/language/ref/cplr110.htm[/url] in the above link (from IBM), they clearly mention that a reference to a (pointer to a reference ) is not allowed.They also say that a reference to other references is not allowed. However, when i tried out both these cases in code, it …

Member Avatar for kneiel
0
135
Member Avatar for DanDaMan

Hey, I'm just starting to learn C++ and I need some help with a header file. I'm using a Dummies Guide book and it says that I need to create a header file with the extension .h. SO I created a source file called header.h and put this at the …

Member Avatar for DanDaMan
0
160
Member Avatar for kneiel

When an object is instantiated, the constructor gets called ? How is this internally implemented ? Who Calls the Constructor ? Is it the OS ?

Member Avatar for kneiel
0
97
Member Avatar for SubProf

Hello everyone, I have a web browser which is used to display html files that are stored locally. However when I try to use the webBrowser.GoBack() method to navigate back to previous files nothing happens and the webbrowser window continues to display the current file. Does anyone know of a …

Member Avatar for SubProf
0
84
Member Avatar for h_darzy

Could you please help me about Drag & Drop in C#? I want to move controls in special form. Which drag and drop events must be fired? I am looking forward for your help. That would be a very kind of you if you send me a sample code. Regards

0
40
Member Avatar for h_darzy

[B]Could you please help me about Drag & Drop in C#?[/B] I want to move controls in special form. Which drag and drop events must be fired? I am looking forward for your help. That would be a very kind of you if you send me a sample code. Regards

0
52
Member Avatar for ebiemami

I want to make a simple application which its databse is on another PC in my LAN,What do I need to do to make such connection? I can make connections on the local PC.What do need to do to make a remote one? I want the exact syntax of the …

Member Avatar for nvmobius
0
187
Member Avatar for masterjiraya

can someone convert this c++ code to C# code... I'm very new to C# pls help the main.cpp [code=cplusplus]// Main Program // #include "square.h" // Derived Class square int main() { //******************************************************************************* cout << "\t\t\t+y"; cout << "\n\t\t\t +"; cout << "\n\t\t\t +" << "\tpoint a" << "\t\t\t\tpoint b"; cout …

Member Avatar for nvmobius
0
286
Member Avatar for robertmacedonia

Hi, I would like to ask you for help in converting this code from C to C++. It's my little friend 's homework, but I can't help him 'cause I know nothing about C :( In fact, I just can't figure the "scanf" part out, I think the other part …

Member Avatar for Tilir
0
177
Member Avatar for tzushky

Hello, this type of structures are confusing. I hav been working with C for a while but this subtlety is yet unknown. I have come accross such a structure in a program where suposedly it will be used for FIFO management: [CODE=C] typedef struct FIFO_TAG{ struct FIFO_TAG *NextElement; }FIFO; [/CODE] …

Member Avatar for tzushky
0
277

The End.