48,986 Topics

Member Avatar for
Member Avatar for freesoft_2000

Hi Everyone, I need some help in saving a file in the rich text edit control i have. Basically i have one button and richedit control on a form and what i need is the contents of the entire rich edit control to be passed to the saveas common dialog …

Member Avatar for meabed
0
235
Member Avatar for kohkohkoh

this is a copy of c language that i copied from the date of 19 july. i just started to learn c++, so i don't really understand the syntax for c.. can some one explain to me how it works to "so called mirror" the words or integers. thank you …

Member Avatar for red_evolve
0
88
Member Avatar for nita

hai I'm again I already done my program below. the problem when i run no output appear. basically I declare 2 file . 1 for input(InTransFile) another one for input and output(InMasterFile).Both in .dat. I want to compare accno1(masterfile) and accno2(transfile). if they equal have to overwrite balance1(masterfile) and next …

Member Avatar for FireNet
0
129
Member Avatar for silicon

Hello all, I have almost completed a program that will take 8 numbers from a user and store it in a linked list. Once that is done It will ask for another entry and determine the location of this new entry and how many items are currently bigger than the …

Member Avatar for Chainsaw
0
383
Member Avatar for timetogo

Would like to have one example of complete walk thru (start to finish) of a program with afore mentioned software. Something like "first C program"! For the obvious reason...Don't know how to do so...I am at the pre beginners stage, thanks.

Member Avatar for timetogo
0
84
Member Avatar for InvalidDLL

[code]#include <iostream.h> #include <ctype.h> #include <string.h> #define MAX_NAME_LEN 30 typedef struct Sheet { char Name[MAX_NAME_LEN + 1]; struct Sheet *Next, *Prev; }Sheet; //prototypes void initialise(Sheet *&, char arr[], Sheet *&); void right(Sheet *); void left(Sheet *); void first(Sheet *&); void last(Sheet *&); void erase(Sheet *); void insert(char word[], Sheet *&, …

Member Avatar for meabed
1
110
Member Avatar for ellisrn

I'm trying to write a program to do a Runge-Kutta algorithm for a complicated Norberg ODE, but two of my equations involve summations over small intervals (0 to 3) and summations of combinations. Does anyone know how to program these type of math equations? Thanks!

Member Avatar for meabed
0
163
Member Avatar for freesoft_2000

I am trying to write some code using vc++ 6.0 under win 98 but have gotten stuck in one place. I am trying to read the strings of the combobox into the edit box when i click on the command button and the variables that i have declared are as …

Member Avatar for meabed
0
105
Member Avatar for Sriram

Hi, My current Project has the following Requirements: 1. Backup the entire contents of the hard disk including Operating System as a bootable Image. 2. In case of System Failure, user should be able to perform a full system-recovery operation using the Backed up Image of the Hard Disk. I …

Member Avatar for meabed
0
221
Member Avatar for animesh

i'm having a bit of trouble as to finding out what languages sholuld i go for in making my career as a software developer , how do you compare between .net ,c++, vc++, java ,v.b , sql,oracle etc. presently i'm an under graduate and have a little knowledge of c …

Member Avatar for freesoft_2000
0
134
Member Avatar for meabed

[B]Creating a C++/Assembly Project [/B] The project we'll develop in this tutorial will consist of a main() function written in C++. It will call an assembly function named clear(). Since Visual C++ does not recognize assembly code, VC++ will have to be told what program to call to compile the …

Member Avatar for Chainsaw
1
1K
Member Avatar for silicon

Hi everyone, I've recently been having a problem with my current program. I've gotten it to work so that I can enter a word in and it will check the word to see whether or not it is a palindrome by methods of stack/queue. eg. dad "Dad is a palindrome" …

Member Avatar for silicon
0
303
Member Avatar for boi86

I've been trying for hours and still haven't been able to figure out whats the problem. I've tried many variations in the functions, but still unsure. I'm trying to make a program that changes the inputted array of names first name middle name, and last name to different format (Last …

Member Avatar for Fili
0
139
Member Avatar for 3maddy3

hi all, below is a part of a car game am developing.can any one tell me how to accelerate my car while pressing a key(in this case,its'a') n also how to decelarate it? also tell me how to mov up or down while still pressing the 'a' key.i have to …

Member Avatar for 3maddy3
1
301
Member Avatar for mrlucky0

My assignment is to write a program that produces a diamond when the user inputs an integer, if the integer is even it should be increased to the next odd number. if the number is 7, it should print: ___* __*** _***** ******* _***** __*** ___* (Without the underscores.) So …

Member Avatar for mrlucky0
0
131
Member Avatar for liliafan

Hi all, I am not sure how to explain exactly what I am hoping to do here, but I will do my best in the hopes that someone will understand. I am writing a program that uses a cache, this cache is used with a thread that is seperate from …

Member Avatar for liliafan
0
136
Member Avatar for Asif_NSU

Guys, I need some help on programming in windows. U see I learned to program in DOS using C and C++. So I mostly used console to show output and to get input. Now as a part of my this semester's project i have to do the programming in windows. …

Member Avatar for Asif_NSU
0
95
Member Avatar for Lina0

Hi, I'm an intern at a law firm in China, and I'm writing a program to help it calculate the bills that it issues to its clients. (The lawyers there usually do it manually!) I'm a beginner in C++, so I only know how to use very basic file I/O …

Member Avatar for Chainsaw
0
91
Member Avatar for labamba

Hi there! Using the code below I am able to discover the bluetooth address of a remote host and print it on the screen. However, I would like to 'get' this bluetooth address, before printing on the screen, and store it in a text file on my PC. How am …

Member Avatar for labamba
0
204
Member Avatar for newbeginney

:?: can anyone explain to me a simple way to get the lowest input and the highest input From multiple inputs while also counting how many are below a certain value and avove a certain value I am at my witts end tryng to learn. I am a newbie at …

Member Avatar for newbeginney
0
209
Member Avatar for silicon

Hi everyone, I've been taking a class on cprogramming and have been successful up thus far. I am now learning about stacks and am having tremendous problems. I've written a program that will calculate the prime factors of numbers. The only problem is that I needed to reverse the output …

Member Avatar for Chainsaw
0
505
Member Avatar for d_paul_raj

Hai, TCHAR szFileName [] = _T("D:\\NEW Images VC++\\IDB_BITMAP.bmp"); HBITMAP hBitmap = (HBITMAP)LoadImage( NULL,szFileName, 0, 0,SS_BITMAP,0|0);//LR_DEFAULTSIZE | LR_LOADFROMFILE ); if(!hBitmap) { AfxMessageBox(_T("failed")); } m_CtrlPicture.SetBitmap(hBitmap); But LRDEFAULTSIZE and LR_LOADFROMFILE is not supporting in WinCE. Is there any option is there. with regards. Darwin

0
85
Member Avatar for linu_soft

HI ALL, I am in big trouble, i wrote a code to conver a X25 packet to TCP/IP packet, but i dont know what is going on! i tried to debug the code and got the following statements, can any one help me in this problem ? the errors i …

Member Avatar for Chainsaw
0
167
Member Avatar for meabed

I found this functions are maybe important for some people there for i wrote this code . -------------------------------------------------------------------------- This Max() function is used to find the maximum value in a list [code] #include <iostream> using namespace std; int Max(const int *Numbers, const int Count) { int Maximum = Numbers[0]; for(int …

Member Avatar for Dave Sinkula
0
432
Member Avatar for alexbadboys

Hi, I'm at the beginning of using c++ and I have a problem. I'm doing a program in c++ where the user will be able to change system time and date. There is a form in my program with 6 text boxes (one for hour, one for minutes, one for …

0
93
Member Avatar for g4gopal

hello The code in c/c++ is only for RAM and CPU i wanted the code for number of packet and ports. That is purely on networking. Not on CPU Load O.K. THANKS IN ADVANCE. Regards GGKRAJU

Member Avatar for Dani
0
101
Member Avatar for phish1429

Yes i know everyone hates homework help but this was a last place i could go I am writing a program that stimulates a vending machine and i have written almost all of the code its just not working correctly I am stressing out because it is due by tomorrow …

Member Avatar for Fili
1
2K
Member Avatar for matika

i'm working on a project and i really want to know if c++ provides to print out colored text or not. thx

Member Avatar for Fili
0
430
Member Avatar for Blood Night

Crazy notions Time Limit: 1.0 second Memory Limit: 1 000 КБ For five days robot-loader JK546L54p has been buried under the thick layer of the Sibelian plutonium slag. The terrible strike of the atmospheric electricity has led to the depressurization of the robot’s fuel elements. Who will examine this heap …

Member Avatar for Fili
2
257
Member Avatar for Neofite

I have an interest in learning a programming language in order to write programs to manipulate a fairly large set of numbers. For instance, I would like to write a programs to sort and maniuplate in various ways different baseball statistics on all of the active players in the last …

Member Avatar for FireNet
2
196

The End.