by kayem01
program about the personal income tax
|
|
[1 reply] : try www.rentacoder.com (by anders43)
|
by ignaciomoya
serial Port C++
|
|
[1 reply] : This is an operating system dependent question and doesn't really rela... (by anders43)
|
by Beginner101
fstream problem
|
|
[2 replies] Last: Thank you. Your suggestion worked. (by Beginner101)
|
what method to write this program? |
|
[4 replies] Last: duuude, I have NO idea how to do this even with the articles, ill post... (by PolishSasquatch)
|
by aab1990
ifstream trouble
|
|
[3 replies] Last: stream::open takes a C string argument, InFile is a C++ string I... (by Bazzy)
|
by Espresso
DataType of inFile ??
|
|
[5 replies] Last: streams don't have the copy constructor so you have to pass them by re... (by Bazzy)
|
by fatllama
Problem with strings
|
|
[9 replies] Last: Yep, I must have read over it too fast; my fault. (by seymore15074)
|
by Chrisj
error: no match for ‘operator=’
|
|
[6 replies] Last: Because there is a little clause in the standard that says you cannot ... (by jsmith)
|
by Duncan
#pragma once versus #ifndef
|
|
[13 replies] Last: Still, not worth it, in my opinion. It clutters the code for hardly a... (by seymore15074)
|
by Gwindarr
First Game
|
|
[5 replies] Last: You have other problems as well. In draw_map(), you are not callin... (by jsmith)
|
by vexstorm
using .length()
|
|
[2 replies] Last: One problem you might have (as I had it) is that you have missed a } ... (by awasteoflife)
|
by acr2176
Prime numbers
|
|
[2 replies] Last: First you should think about what makes a number prime: it can only be... (by fatllama)
|
by masiht
stepwise refinement
|
|
[2 replies] Last: yes (by masiht)
|
by PSPMAN90
rand ( ) with decimal values
|
|
[8 replies] Last: So it should never used for setprecision value to be set by the user..... (by PSPMAN90)
|
by littledaus
teach me.
|
|
[3 replies] Last: Sorry but I don't understand what you are asking. You want to input th... (by Zhuge)
|
Having a problem geting this to run! |
|
[2 replies] Last: sorry, forgot to add that: 1. Write a unit conversion program that ... (by PolishSasquatch)
|
by masiht
quesiton about array
|
|
[1 reply] : //simplest_array_example.cpp int a ={0}; (by helios)
|
by littledaus
want to find simple calculator code
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by helios)
|
by masiht
address of variable
|
|
[2 replies] Last: A pointer maybe... int* number; int myarray = { 0, 0}; num... (by eker676)
|
by pino
setstate
|
|
[1 reply] : Read that sentence over a few more times. It's just poorly-written. (by seymore15074)
|