by Windwhistles
Binary File example
|
|
[3 replies] Last: It means if you take that file to another computer (e.g. send over the... (by Cubbi)
|
by GRex2595
Abundant numbers
|
|
[2 replies] Last: I found the problem now. Thank you. (by GRex2595)
|
by Zincott
Circumference Formula
|
|
[3 replies] Last: Thanks a lot! (by Zincott)
|
by tyriuth
Inventory system for a text based RPG
|
|
[5 replies] Last: I rememer now; I was missing an inventory slot (put down 7 instead of ... (by tyriuth)
|
by titan94
Class objects and allowing use globally
|
|
[5 replies] Last: if you then want to change values held within the objects... Use mem... (by soranz)
|
by Dns
String value inside an array inside an if statement!
|
|
[1 reply] : never mind, for some reason it worked now! Thanks :) (by Dns)
|
by vanllabean81
Simple question
|
|
[7 replies] Last: Okay, it's kind of icky code at the bottom of the outer loop, but it w... (by vanllabean81)
|
by atown282
structure help
|
|
[2 replies] Last: here is my .h code. but when i place it into my .cpp file it is tellin... (by atown282)
|
Largest/Smallest |
|
[5 replies] Last: Any other suggestions? #include <iostream> using namespace std; i... (by ProjectDoodle)
|
by Nickel Dare
File I/O problem (1,2)
|
|
[21 replies] Last: When I write more into the file wouldn't I need a Array anyway? Act... (by Lowest0ne)
|
by Topdog2904
The next step...
|
|
[2 replies] Last: Thanks for the advice, not really sure which I am leaning towards at t... (by Topdog2904)
|
by Brody
Vector return copy
|
|
[5 replies] Last: what it is called? It's called copy elision. There are many flavors ... (by Cubbi)
|
by Chubbs
Innaccurate values
|
|
[1 reply] : bgrade is replaced every time you go round the loop, so if the last gr... (by Moschops)
|
by rodrigoloc
Serialize dynamic memory
|
|
[9 replies] Last: Solved. Here is the final code: #include <iostream> #include <fstre... (by rodrigoloc)
|
by rmohit93
new to c++
|
|
[3 replies] Last: I think you're looking for this thread: http://www.cplusplus.com/foru... (by Moschops)
|
by mikeecb
if statement not working
|
|
[3 replies] Last: Replace cin >> test; with getline(cin, test); and watc... (by LimeOats)
|
by dtaqee88
Basic Game: can someone tell me if I can write this code a little more efficient...or any pointers
|
|
[4 replies] Last: Thanks bmiller. Helped a lot...especially the while game loop (by dtaqee88)
|
by Arcand
Nothing being sent to the console window & help understanding a few lines of code that I cant seem to get a work around using.
|
|
[3 replies] Last: done. thx jose. how bout an answer to my problem! =+) (by Arcand)
|
by leeto
static varible and function with <template>
|
|
[1 reply] : Hi there, Not 100% sure about this, but I think this error: 1>c:\all... (by closed account o3hC5Di1)
|
by Rajkarthick
Sql Developer Debug not work
|
|
[1 reply] : Hi there, This would better be asked on a forum related to oracle, bu... (by closed account o3hC5Di1)
|