
please wait
by bossdog27
Help with a program I have for class. Im stuck!
|
This is the program I am told to create. can anyone help! Write a program that will calculate both roots of a quadratic equation. The program should ask the ... |
Feb 3, 2012 at 10:10pm
[1 reply] : Post what you have done so far. EDIT: Why did you make two threads ? (by Wisely Done)
|
by ZBreezy
HELP!
|
I need to write a program for the question below can anyone help me!? Write a program that will calculate both roots of a quadratic equation. The program sho... |
Feb 3, 2012 at 10:05pm
[no replies]
|
by Chunder
Outputting to file rounding problems
|
I am currently trying to output an array of integers to a file, I have got it working however I am dealing with some small numbers and the output is messing up.... |
Feb 3, 2012 at 9:51pm
[1 reply] : Assume that 'value' is 'clusterPerimeters ': eigenvalues << (value ... (by LB)
|
by Maese909
State Program
|
Hello all. I have to write a program that prompts the user to enter the name of a state and outputs the state name followed by its abbreviation. There are two k... |
Feb 3, 2012 at 9:12pm
[2 replies] Last: Ok cool. I found out what you were talking about. The error occured in... (by Maese909)
|
by fatal1ty92
Difference between different compliers for c++
|
Hey, i have been writing most of my programs on Dev-c++, but i recently installed code blocks, and it shows me a list of compilers that it supports, so it made ... |
Feb 3, 2012 at 8:39pm
[8 replies] Last: I don't know what gcc you're using, but mine has C++11 regex (at least... (by hanst99)
|
by tjcrandall
vector of pointers
|
I need to write a program that reads in a text file of 1000 words, stores the address of each word into a different element in a vector of pointers, and store e... |
Feb 3, 2012 at 8:13pm
[6 replies] Last: This is where I'm at now. #include<iostream> #include<fstream> #incl... (by tjcrandall)
|
by ihato
Useless! cstring is useless i tell you!
|
There is nothing useful there for strings! I need these functions: int string_pos(char* str,char* substr); -To return the Position of the substr in str ... |
Feb 3, 2012 at 8:03pm
[2 replies] Last: Good idea. (by ihato)
|
by hopesfall
Exception handling
|
My program asks a user for input and I want to throw an out_of_range exception if they give me something not in the expected range. This is what I have right no... |
Feb 3, 2012 at 7:11pm
[3 replies] Last: No, I mean simply checking whether the letterGrade you get is a valid ... (by hanst99)
|
by edmundus
how to read data from a textfile and convert the numbers into array
|
I am trying to read from a file created by openFOAM. the first 18 lines are not interesting, in line 19 is a number that tells the size of the vector. 2000... |
Feb 3, 2012 at 6:40pm
[3 replies] Last: hi, i improved the code, so at least the size of the vector is recogn... (by edmundus)
|
by maharris
still having a little trouble with my vector
|
problem with userMain.BookingsVector .name(); here's the errors: 19 IntelliSense: call of an object of a class type without appropriate operator() or con... |
Feb 3, 2012 at 6:03pm
[2 replies] Last: overall thing is trying to display all of the booking names so i can t... (by maharris)
|
by yasar11732
Random number generator, always generates same number
|
This is my code: #include <iostream> #include <cstdlib> using namespace std; int main () { int number = rand()%100; int guess = -1; int tryc... |
Feb 3, 2012 at 6:03pm
[3 replies] Last: Ok. Thanks. (by yasar11732)
|
Using iterator in lists in c++ |
//suppose oblist has three values 100 , 90 , 11921 for(O=Oblist.begin();O!=Oblist.end();++O){ if((O->Obstacle_ID) == 100 || (O->Obstacle_ID) == 9... |
Feb 3, 2012 at 5:57pm
[2 replies] Last: Great Great Great ! It works, My First problem posted on this forum a... (by imranrobotics)
|
by Blessman11
Best c++0x compiler?
|
What's the best C++0x compiler out there? gcc or v11? Plus most importantly which one supports multi threaded programming the c++0x way? |
Feb 3, 2012 at 5:37pm
[4 replies] Last: Here are some comparisons: https://wiki.apache.org/stdcxx/C%2B%2B0xCo... (by Moschops)
|
by Nanogeek815
Image Processing (2-D Arrays)
|
Hello, I am looking to get my program to take in an image and then take the grey level (0 to 255) and put it into a 2-D array. The array size is set to 1024x... |
Feb 3, 2012 at 5:15pm
[3 replies] Last: http://en.wikipedia.org/wiki/Grayscale#Converting_color_to_grayscale I... (by LB)
|
by afridi26
goto statement ??? Need help
|
This is program which i need help. #include<iostream.h> void main() { int c=0; jump:c=c+1; cout<<c<<endl; goto jump; } OK When statement(goto jump) i... |
Feb 3, 2012 at 4:44pm
[3 replies] Last: thknxxx bro>>>> prb is solved>>>aaaahh (by afridi26)
|
by darkcow
codeblocks program stopped working
|
Hi, here's my program. It is to reverse a float array using function. I'm just learning c++ programming now(high school). #include <iostream> usi... |
Feb 3, 2012 at 4:10pm
[3 replies] Last: #include <iostream> using namespace std; float rev(float a ); ... (by Aramil of Elixia)
|
by ringawy
problem with my semple calculator
|
hello all i'm write simple calculator and i have some problem at verfiy the input and using functions and need some advice to make the code better at this cod... |
Feb 3, 2012 at 4:00pm
[3 replies] Last: Texan40 thx for help i will try your instead and comment back Vor... (by ringawy)
|
by Frankincense
Using crypto++ to encrypt and decrypt strings
|
Hi guys, I have been using crypto++ recently and I have managed to make most of my program, except the username and password authentication. I wanted to make... |
Feb 3, 2012 at 3:23pm
[12 replies] Last: Thanks for all of your help, I have solved the problem using your feed... (by Frankincense)
|
Is there a place where I can play other beginners/amateur's games? |
I just started learning C++ on my own, and am particularly interested in making games and what not. I was wondering if there was a place where I could play o... |
Feb 3, 2012 at 1:13pm
[6 replies] Last: I've made a couple of games in C++ but my website is down right now. ... (by MrHutch)
|
by gift81
English instead of programming
|
Hi. Who wants to learn programming, please. At the moment I am a practicing developer, a former teacher. My specialty is C, C++, C#, .net (WF, WPF, SL, ADO, ASP... |
Feb 3, 2012 at 12:27pm
[5 replies] Last: shadow123 You are completely right! I have good experience of teachi... (by gift81)
|