by devas
A question about strcat
|
|
[1 reply] : printf("INFO : Error file location is %s", pFilePath); or cou... (by Abramus)
|
by newbeecoder
big integer class
|
|
[10 replies] Last: ostream &operator<<(ostream &output, const LargeDigit &num) { fo... (by Abramus)
|
by ryujin89
loan payment calculation program
|
|
[10 replies] Last: I had taken the up-to-date code that I had working and posted it in a ... (by ryujin89)
|
by ryujin89
Financial Program assistance
|
|
[2 replies] Last: I had the core program created and was trying to get an extra functi... (by ryujin89)
|
by icko718
program cant execute restart
|
|
[7 replies] Last: #include <stdio.h> #include <conio.h> #include <iostream.h> #inc... (by icko718)
|
by patrick19
curiosity about c++
|
|
[1 reply] : http://cplusplus.com/forum/beginner/12291/ http://cplusplus.com/ref... (by kevinchkin)
|
Understand this line? |
|
[5 replies] Last: Aah, I get it now. Thank you! (by demosthenes2k8)
|
by Mythios
File Input
|
|
[5 replies] Last: Does anyone know what function or something I can use to search for a ... (by Mythios)
|
by lliiiiii
all my booleans turn false, but why?
|
|
[11 replies] Last: No problem :) (by Mythios)
|
Can someone tell how to read every second line of this code.. and for the search |
|
[7 replies] Last: Sorry i didn't specify... Just like if the user will search for the... (by nemesiscplusplus)
|
by olove05
expected initializer before â<â token
|
|
[2 replies] Last: is not that, was error posting I have right in my code, can you tell ... (by olove05)
|
by nabeel
Unused functions
|
|
[1 reply] : In basic class all methods(and unused of course) is included to a bina... (by Denis)
|
by lampshade
Print 1234 as 12.34
|
|
[2 replies] Last: tytytytyyty (by lampshade)
|
by jrohde
using ifstream >> operator vs. using fread
|
|
[1 reply] : The << and >> operators are for formatted I/O. You want the ifstre... (by Duthomhas)
|
by wtf
A little assistance with one of my encryption programs.
|
|
[2 replies] Last: I tried looking at that list but I couldn't find one for a classic mon... (by wtf)
|
by bobafett
Scratching my head (extraction operator)
|
|
[3 replies] Last: Uh... Huh? std::stack<int> stack; for (int a=0;a<10;a++) sta... (by helios)
|
by CATCH3624
Complex
|
|
[2 replies] Last: THANKS SO MUCH FOR THE HELP...IT WORKED PERFECTLY...GLAD TO HAVE MET Y... (by CATCH3624)
|
by vexiked
Recursive call going wrong somewhere
|
|
[3 replies] Last: Well you corrected one problem but created another. the following fun... (by guestgulkan)
|
by wtf
Anyone care to test my encryption program?
|
|
[13 replies] Last: Well I'd love to provide the executable, but problem is, the executabl... (by wtf)
|
64-bit Ints Taking Toll on 32-bit Performance |
|
[4 replies] Last: Can you post the part of the code that is doing the divisons/mods? or ... (by turbozedd)
|