by Thomas
Simple Calculator
|
|
[2 replies] Last: Ok thanks for your help. (by Thomas)
|
by pyro
Rules for soundex
|
|
[5 replies] Last: Take lines 9 and 10 and stick them inside main() (after line 13). Then... (by Duthomhas)
|
by maeninkompor
[ASK]C++ beginner
|
|
[3 replies] Last: - thank you, now I understand. (My english is bad to, sorry) n thank... (by maeninkompor)
|
by Curseorange
Looking for an idea
|
|
[2 replies] Last: If you know about classes and iostreams its good to make a comman... (by Umz)
|
by Poornima
Compiling a simple C++ code
|
|
[15 replies] Last: I am using Unix.. (by Poornima)
|
by RDH37
Looking for a tutorial
|
|
[5 replies] Last: Its been a couple days but I thought id post that i solved my problem ... (by RDH37)
|
by Sly9466
Problem in calculator program
|
|
[3 replies] Last: Hm? What compiler? (by helios)
|
by Confuzed
Input/Output conversion, seeking advice.
|
|
[10 replies] Last: I couldn't tell you, that's what the book had, and that's what I copie... (by Confuzed)
|
by Umz
Program output to text file fails
|
|
[5 replies] Last: XD Uncountable. (by helios)
|
by ozgungor
Manual malloc
|
|
[1 reply] : You can't write a malloc() just like that. malloc() is a complex, low ... (by helios)
|
by CrazyStorm
Compiling problem
|
|
[6 replies] Last: I understand now. Thanks for helping me out with this :) (by CrazyStorm)
|
by duney
Z Buffering problems :-(
|
|
[6 replies] Last: Thanks very much for this, I'll give it a go! (by duney)
|
by gurngurn
How could I convert from a class to fundamental data types?
|
|
[1 reply] : You need to provide a function to do it. explicit class myCla... (by Duthomhas)
|
by Cambrion74
off-line tutorial??
|
|
[7 replies] Last: thanks toshiro (hope that's right, the names are a little blurred), th... (by Cambrion74)
|
Using setprecision w/ cprintf |
|
[4 replies] Last: Oh it's okay. You've been a great help! The first one already worked a... (by ponki d monkey)
|
by pyro
Issue with soundex project not returning all results
|
|
[6 replies] Last: Use the LUT with the provided function. For example ... int mai... (by Duthomhas)
|
by idono
RPG battle system
|
|
[7 replies] Last: Thanks for posting this code, it inspired me to try to do something si... (by unknown)
|
by tqa
Read from text file
|
|
[10 replies] Last: fInally I got the output! i just replace the .doc file to .txt file... (by tqa)
|
by Spinage209
Turning odd to even....
|
|
[2 replies] Last: OH! yea i see where i confused you. My fault. i should have noticed th... (by Spinage209)
|
by ShiroTensaki
C++ Input File Skips Text Spaces
|
|
[2 replies] Last: Read the file as binary to read data. Read it into an array then copy ... (by helios)
|