by jlivecchi
C++ ATM machine fixed but not right...
|
|
[2 replies] Last: okay so i fixed that new code... //ATM.cpp #include "ATMfinal.h" #in... (by jlivecchi)
|
Getting back into C++ looking for intermediate challenges! |
|
[2 replies] Last: Thanks Albatross! I'll give it a shot. Much appreciated! :) (by Michael Wilson)
|
Examination Help immediately |
|
[1 reply] : Why not just plug those into a compiler and find out (you'll need <cma... (by Albatross)
|
Call By reference, and returning wrong valu! |
|
[1 reply] : > cout << "\nThe total is: " << total << "\n" << endl; `total' is th... (by ne555)
|
by tharindu11
Type 10^-9
|
|
[2 replies] Last: 10e-10 Or 1e-9 http://en.wikipedia.org/wiki/Scientific_notation#E_not... (by ne555)
|
by ArnoldRich
Open Watcom C++ & bare metal
|
|
[no replies]
|
by ArnoldRich
Txt file with DOS codepage
|
|
[1 reply] : CharToOem (by ArnoldRich)
|
Need help with simple Division program |
|
[1 reply] : theres a lot easier way to do this. exp: #include <iostream> int m... (by titsmacgee)
|
Can someone help me get started on my assignment? |
|
[1 reply] : No limit may be placed on the length of the input. That's good to kn... (by xismn)
|
by titsmacgee
error: expected ';' before 'std'
|
|
[4 replies] Last: Compilers usually tell the line number for the error too. Why should ... (by keskiverto)
|
by ekor
Question
|
|
[1 reply] : Question: Write a program that calculates sum of the numbers in the g... (by Chriscpp)
|
Commentate on my work |
|
[8 replies] Last: I got my code working, but the calculating function is not working pro... (by closed account ETA9216C)
|
by xfat7i
change c code to c++
|
|
[2 replies] Last: thnx very much (by xfat7i)
|
by Ceset
preventing errors
|
|
[4 replies] Last: ok i choose the first option then. thx to all of you (by Ceset)
|
by fstigre
What would be the best way to remove the decimal point from a float number
|
|
[2 replies] Last: That works, thanks a lot for your help! (by fstigre)
|
2D arrary |
|
[5 replies] Last: i think so. (by closed account ETA9216C)
|
by nataliay
I don't know how to multiply the matrix with the array!!
|
|
[10 replies] Last: The class "multiply" does not make sense, really; classes should usua... (by andywestken)
|
by nataliay
Did I use friend class correctly?
|
|
[3 replies] Last: Making multiply a friend class of matrix , just means that methods ... (by MikeyBoy)
|
by Paradigm
C++ - Winsock server receiving distorted buffer
|
|
[4 replies] Last: Thanks a lot... that worked! What exactly does buf+=n; do? I googled... (by Paradigm)
|
by Ceset
pointer to pointer assignment
|
|
[2 replies] Last: L B thx for your help firstly. i found out i was including texture cl... (by Ceset)
|