48,986 Topics

Member Avatar for
Member Avatar for johnsonkek

HI there guys any one know how to create the correct tone for the sound using c++? i manage to know the basic only c 262 d294 e 330 f 349 f 392 a 440 b 494 c2 524 This is from a handphone ringing tone how do i know …

Member Avatar for vegaseat
0
202
Member Avatar for hill0ster

Hello Everyone, I was wondering if anyone could show me how to call a function from inside a boolean statement. Something like the example below. I know it isn't right and was wondering if anyone could give me a hint or an example of coding it correctly. Thank you, hill0ster! …

Member Avatar for hill0ster
0
69
Member Avatar for kind4ever

I'm learn c++ alone and need help to write programs plz help me :cry: [COLOR=Magenta]A.Write is the greatest number?[/COLOR] [COLOR=Blue]You have to stor. In an array, twenty integer number given by the user. One these numbers are stored in this array, you have to find the greatest number and print …

Member Avatar for kind4ever
0
155
Member Avatar for Young Teck 06

I am going to the nearest Barnes and Noble store this weekend, with the greatful help of you, I need some C++ recommendation books for beginners. I know I already asked, but just thought I'd ask again, I have $50 so no expensive books. Overall, anybody with help gets a …

Member Avatar for Dave Sinkula
0
116
Member Avatar for msbopape

I am a windows programming student, am doing VC++ but I have a problem about socket programming. I just don't know which code has be written in the clients and which has be written to the server Can somebody help me complete my CSocket programming Best bregards Steward

Member Avatar for FireNet
0
93
Member Avatar for tonja1196

Can you tell me why my loop is not working correctly. I am attempting to have only the groups (20-30),(490-500),and (8120-8130) printed on the screen but all the numbers are printing from 1-8130. We I try the loop by itself is prints fine but when I added to the rest …

Member Avatar for Dave Sinkula
0
97
Member Avatar for tendekai

Anyone out there pliz help me.am new to c++ and the program am supposed to write has to accept 1. 19 country names 2. there populations 3. growth const and i have to use a formula (population*growth const) to find the growth of the country. dispalay sholud be like as …

Member Avatar for Stack Overflow
0
146
Member Avatar for hopeolicious

This is my new program and it is like so killing me I dont understand all those errors I keep getting // Description: This is program 1 of 3 // Display person name, address, calculated and // actual cost of car and color of car 3x. 1 using the For …

Member Avatar for Stack Overflow
0
88
Member Avatar for xxraveteddyxx
Member Avatar for xxraveteddyxx
0
112
Member Avatar for pratima

i have got to write a program to read a set of program n print out the average. it will start by prompting the user for the number of numbers to be read and will then prompt for the individual numbers with a prompt such as Enter Number 23 to …

Member Avatar for clartsonly
0
145
Member Avatar for Layla_2401

Hello Everyone, I'm trying to exchange messages between three different programs, I was able to establish a connection between the Server and Client A programs, but when I added code to include client B program I got an infinite loop. I've enclosed segments of my code. I would really appreciate …

0
67
Member Avatar for jaeSun

ok...i am trying to figure out how to read input .... i am reading input from the command line [code] sh% ./a.out < input_file[/code] within the input_file, it looks like this: [code]0 4 6 7 3 1 3 6 7 4 3 6 2 3 6 7 3 2 4 …

Member Avatar for Stack Overflow
0
261
Member Avatar for nicoletonyf

Hello there, why do I have this message when I try to use subTwoComplex in my testing file? The addTwoComplex works fine but not the "sub"one. What's wrong? thanks error C2039: 'subTwoComplex' : is not a member of 'Complex' *********header file #ifndef COMPLEX_H #define COMPLEX_H class Complex { public: Complex( …

Member Avatar for jaeSun
0
194
Member Avatar for kind4ever
Member Avatar for Nabs

Hey there I have this C++ program to do where I have to output principal, interest and debt and those type of things, all in a table. My program works well, except fot the fact that the cents are not correctly outputted. Like, instead of getting a value like 46999.88, …

Member Avatar for Stack Overflow
0
131
Member Avatar for Buchas

Hi all! My first post here. I have a question about FileWrite(int Handle, const void *Buffer, unsigned Count) function in C++ Builder 6. How do I write Ansistring into the file using this function? Here is a code sample. Everything works fine. File 11_10_2004.txt has string "Simple text" in it. …

0
83
Member Avatar for adzidzor

:sad: I want to do serious C++ and VB programming but schooling is quite expensive, so I want to read and do it on my own. I know there are various text editors...even note pad. Are these editors used for programming, and then copied to a special programming software???? Forgive …

Member Avatar for vegaseat
1
166
Member Avatar for mishu1516

dear respected....... would u plz help me to learn graphics in C++.Like drawing lines,circles,ellips etc. Wish u all the best :mrgreen:

Member Avatar for vegaseat
1
195
Member Avatar for Young Teck 06

[FONT=Verdana]Hello everybody, I am fairly new here. I was banned from another forum because of a false rumor that got to the administration. Anyway, just wanted to welcome myself. Secondly, I am trying to learn C++ and I purchase a C++ book from a local book store. The book is …

Member Avatar for Young Teck 06
0
158
Member Avatar for ohnbabygal

hi im havin a problem w/ printing a linked list. my program reads two input files and makes two linked lists out of them, and apend the lists and print it out. my input files look like this: 1 2 3 4 5 (input1) 11 22 33 44 (input2) here's …

Member Avatar for Narue
1
192
Member Avatar for wangstarr

I've written the program out but I'm not sure on how I can get the largest and smallest # to display.. can anyone help? thanks. Write a program with a loop that lets the user enter a series of integers. The user should enter -99 to signal the end of …

Member Avatar for Narue
1
144
Member Avatar for jlopes151

As a long time Windows C++ developer I now find myself with the will/opportunitty to develop on the Linux platform. I'm intrested in multi-thread development, Socket, ODBC development. Thanks for any help James

Member Avatar for Narue
1
122
Member Avatar for HinJew

Hi! I am trying to write the program described below. Below the program I have included the text from the file I call. I have written the program, but I don't know what I have done wrong. Can anyone enlighten me? Thanks *Write a program that will compute the words …

Member Avatar for Narue
1
110
Member Avatar for h3rtz

greetings.... can any of you people give me some websites where i can take some C++ programmin' challenges(free) -h3rtz-

Member Avatar for Narue
0
93
Member Avatar for randev

Hi I am just beginning to learn C++. I am using Borland C++ Builder ( free version ). I want to know is after writing the C++ commands in Note pad, how do I save it in .CPP format. CPP format is required to convert to .EXE through Borland. Notepad …

Member Avatar for h3rtz
0
173
Member Avatar for potential

hi! i'm trying to make a simple line editor... i have two main questions in mind: 1.) what's the syntax to make the cursor appear at the middle, or at the bottom part of the screen...or how can you print something and make it appear at a certain position 2.) …

Member Avatar for Narue
0
309
Member Avatar for the b

I'm writing a program that uses functions that I create.It hasn't been much trouble until I got to a point where I am supposed to create a function that calculates the total of everything bought with sales tax. the problem is I can't get the total which has already been …

Member Avatar for ZuK
0
185
Member Avatar for wangstarr

Hi guys, having a little problem with my first c++ course and I'm hoping someone can help me out abit here. Write a program that asks the user for a positive integer value. The program should use a loop to get the sum of all the integers from 1 up …

Member Avatar for h3rtz
0
160
Member Avatar for dooda man

how can i make the program display * in password entery i tried [B] while(getch()) { cout<<"*"; } [/B] but it didnt work plz tell me how

Member Avatar for FireNet
0
129
Member Avatar for aviral82

hi all specially Alex Cavnar friend i have done alot of programming , my earlier problem with lines has not been solved by any1 as yet y don't u try it i will be posting it again. As per the rectangle the inputs are only the lenght , breadth , …

0
66

The End.