Beginners (Page 89)

claculator
 
Hi, I've got a problem, on my calculator: jastek JASCG1, i didn't find how to do an algorithm. If so...
[3 replies] Last: Sorry but i try to find an english forum where i can explain my probl... (by Danny Toledo)
Cast from char to int loses precision
 
I have those program and everything I want to cast a char to ASII I get an error #include <iostre...
[2 replies] Last: It all looks a bit odd. OriginalChar is an array of characters. Whe... (by Chervil)
Need help with program
 
I'm trying to write a simple bowling program and cannot figure out how to give a char a value. For i...
[4 replies] Last: Right, but there's no way for a user to input x and then the computer ... (by jsmith1)
Begginger help, strings.
 
I need help writing a function, we'll call it NumDouble. It takes a string S as an argument and retu...
[4 replies] Last: What you have is a good basis - you're working your way through the st... (by jim80y)
Help with String Functions. almost got it...i think
 
I'm working on this string function but i cant get it to work. I almost have it but i'm getting thes...
[11 replies] Last: for(unsigned int nd=1; nd<s.length( ); n++); { if (S[nd-1]==S ); ... (by agnophilo)
What is the biggest data type?
 
I'm trying to write a code that converts a number to scientific notation. For this I need a bigger d...
[2 replies] Last: For future reference (scroll to the chart): http://cplusplus.com/doc/... (by agnophilo)
Binary Tree
 
I am writing code for a binary search tree that gets input from a text file and sorts it into a bina...
[no replies]
Need help with simple recursive function
 
Hey all, I am looking for help in understanding how recursive functions work. What I want is a funct...
[7 replies] Last: I'm working on another recursive function. I want to use ONLY recursiv... (by maniacle)
Trouble with Structure Array and For Loop
 
Hello! I am doing an assignment for class where I have to give users the option to input details of ...
[1 reply] : I've messed around with this program a bit, and I'm still having issue... (by snailtier)
Where can I find c++ courses online
 
I want to learn c++, and I think the best way to do that would be to find a sort of 'school' for it ...
[8 replies] Last: The tutorials on this site give you example code - mess with it, alter... (by agnophilo)
ASCII converter
 
I have to make a converter that will take the message :mmZ\dxZmx]Zpgy convert it to its correspondin...
[no replies]
Writing Boolean functions??
 
Write a Boolean function IsAWord. The function takes a string as input and returns true / false. Thi...
[no replies]
Where can I learn to code Multiplayer/Networking based C++?
 
I have learned C++ through and through; and I want to be able to start network programming. I hav...
[1 reply] : I guess my programmign stops here. (by deanfvjr)
Need help with Power functions.
 
Write a function called Power that takes 2 numbers as arguments. It returns the first number raise...
[no replies]
Blank program
 
Hello, I've started to do C++, I know some (the basics, pointers variables etc) and I would like to ...
[3 replies] Last: My understanding is that you need other libraries like allegro to do t... (by agnophilo)
Error c2143
 
Hi. I am very new to programming and especially new to Visual Studios (2008). I am creating my first...
[5 replies] Last: There's nothing mysterious about the errors you are receiving. You've... (by xismn)
Tax program help
 
The goal of my program was to be used to calculate the federal tax. The tax is calculated as follow...
[no replies]
Reading information from a .dat file and storing in an array.
 
hello all, I am working on a project to essentially take information from a .dat file, and the pro...
[no replies]
Using getline to read until a number
 
I have a file that has several lines of text with each line having a person's name followed by his/h...
[4 replies] Last: Variant for "Finds the index": auto it = std::find_if( str.begin(), s... (by keskiverto)
by rgork
Dynamic memory question
 
I have a class Myclass and the following: struct Data {Myclass* a;}; vector<vector<Data> > da...
[4 replies] Last: Oh right, forgot about the new. Thanks. (by rgork)
Pages: 1... 8788899091... 135
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.