
please wait
by hamzaali906
function resolve meaning
|
Hi, I want to know that whats the meaning when we say function is statically/dynamically resolved. I actually want to know the meaning of function resolving.... |
Mar 6, 2013 at 8:32am
[1 reply] : "A function is statically resolved" means that during compilation or l... (by vlad from moscow)
|
by hvigil
Echo Effect
|
Does anybody know how to make an echo effect for a wav file? |
Mar 6, 2013 at 7:28am
[1 reply] : This is easy: 1. Load your wave file into a buffer. 2. Take the first ... (by Stewbond)
|
by Josh Henry
error c4715? function not return a value for all functions?
|
this is the program seems to run fine but get that error need to fix asap? #include <iostream> using std::cin; using std::cout; using std::endl; #... |
Mar 6, 2013 at 7:24am
[2 replies] Last: Hi, for your histogram function, u did not include the range from 50 t... (by osgwsy)
|
what is error of this code please correct erroe and find solution |
#include<iostream.h> //#include<conio> #include<string.h> //using namespace std; class television { public: int model; int price; int size; int th... |
Mar 6, 2013 at 7:02am
[1 reply] : 1. <iostream.h> doesn't exist on any modern compilers, use <iostream> ... (by Stewbond)
|
by ace55
loop error problem PLEASE help :)
|
Write a program that will compute the average of a set of decimal numbers provided by the user. The program will ask the user to enter numbers one at a time. Th... |
Mar 6, 2013 at 5:34am
[2 replies] Last: i initialized the sum to 0 and it made no difference it still freezes ... (by ace55)
|
by ShoxPhysics
C++ Subroutine Gamma Function
|
Hello, I am new to working in C++ and in order to become better acquainted with it I am working on a program that I have no idea how to start. I am trying to ... |
Mar 6, 2013 at 5:32am
[5 replies] Last: You're welcome. I got some useful review out of it too. (by closed account D80DSL3A)
|
by Tick Talos
Random number issue.
|
Ok. So its a simple program. What I want it to do is each time I run it have the "friendlyCave" be a randomly chosen number between 1 and 2. Then the "game" com... |
Mar 6, 2013 at 5:26am
[5 replies] Last: Thanks! :D I'm glad you corrected me. :) (by Tresky)
|
by stac101
Error: expected constructor before '<' token
|
Hello all! Forgive me I am new so I'm not sure how to format posts. I'm doing a simple program to calculate the cost of a meal, tax, tip, and total and I've ... |
Mar 6, 2013 at 5:19am
[7 replies] Last: The code you posted compiles fine, stac101. (by Disch)
|
by tanyacjones
Please Help me with my C++ code :)
|
I very new to C++ and am almost done with a project I am working on but I just have two bugs that need to be corrected there is some kind of error in the break ... |
Mar 6, 2013 at 5:11am
[9 replies] Last: Thanks for the help! Correcting those issues made my program work! :) ... (by tanyacjones)
|
by tsfariha
problem with IDE
|
I have downloaded codeblocks10.05 and installed it.When I open this I found the following error: An exception has been raised. The application encounte... |
Mar 6, 2013 at 5:08am
[no replies]
|
by Argos
Writing New Files
|
I am new to this site, but I have come here to browse several times for help on different things. Here is my question: I am trying to write a program to take d... |
Mar 6, 2013 at 4:54am
[1 reply] : As far as I know there are some OS specific commands you could utilize... (by Tresky)
|
by andrewd
hello im sure this error is plain as day i just cant seem to get the script to run.
|
here is the script im trying to change the hue of the text. using System; using Server; using Server.Gumps; using Server.Network; namespace Server { ... |
Mar 6, 2013 at 4:39am
[no replies]
|
Cant run program |
please somebody help me about this code.this program consist of few error when i compile it on turbo c++. please give me executable program. #include<io... |
Mar 6, 2013 at 4:38am
[4 replies] Last: use google to find query (by krushna)
|
Someone advice me on what functions to use? |
CLOSED |
Mar 6, 2013 at 4:16am
[6 replies] Last: *cries* Why why does cin.get() no work! Anyway, here's a hint ... (by closed account 3CXz8vqX)
|
by Megatronica
Password in console app (Help)
|
Hello dear programmers, well, I'm a beginner. I made a password for my program with a simple if condition, but I can't add the codes that let the user have the... |
Mar 6, 2013 at 4:13am
[6 replies] Last: Zereo That will only allow there to be a password determined by the ... (by Austin J)
|
by Barneszy
NEED HELP URGENT
|
Hey guys, I need help with this program I've been working on for the past hour. I'm trying to make it loop(with a sentinel value to end the program), and wh... |
Mar 6, 2013 at 4:00am
[12 replies] Last: No problem. Read that text book and use Google. Google is your best fr... (by Tresky)
|
qasdas |
asdqawda |
Mar 6, 2013 at 3:37am
[7 replies] Last: if there is a space between the numbers, then that shouldn't change a ... (by atriumheart)
|
by bondmonkeyj
File input counting lines/loop for validation
|
Hey everybody, i'm semi-new to c++ and have a assignment im working on for college and am having trouble with two things specifically. My assignment is this: ... |
Mar 6, 2013 at 3:11am
[2 replies] Last: Thank you very much! Wow i completely missed the first one i don't kno... (by bondmonkeyj)
|
by Belyvr
Out put Help
|
Looking for some help I have 99% of the program figured out just trying to make it look pretty. When running a math function how do you get the output to come o... |
Mar 6, 2013 at 3:05am
[5 replies] Last: setprecision() has to go before you output total. cout<<"$"<<setpr... (by AbstractionAnon)
|
by Josh Henry
Should be easy fix but cant figure it out?
|
so i have to fix my histogram function to return 1 if there are no numbers in the parameter array and fix return for if the number of scores is greater than zer... |
Mar 6, 2013 at 2:47am
[no replies]
|