by PapaSmurf
Iterator problem
|
|
[3 replies] Last: Fixed it thanks alot! (by PapaSmurf)
|
by godplusplus
Sample code with errors for practising debugging skills?
|
|
[no replies]
|
by Poisonfrog
Need helps with streams
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by JayhawkZombie)
|
by AndyM39
Variables initialized in a class become deinitialized?
|
|
[2 replies] Last: Lines 28-33: Appears to be a code fragment from someplace else. Thes... (by AbstractionAnon)
|
by sep11
writing array from external file
|
|
[no replies]
|
by Zorac
Need help how to make a remove_if function to "remove_if_not"
|
|
[13 replies] Last: Thanks for the help everyone. I needed a few hours rest in order to un... (by Zorac)
|
by eloy1073
fatal error: #include "WPILib.h"
|
|
[5 replies] Last: finally found my problem. Whenever I was supposed to start a program I... (by eloy1073)
|
by clueless007
populate array with random numbers
|
|
[5 replies] Last: Thanks booradley60 this helped a lot. I think I've just been staring a... (by clueless007)
|
by nameishi
CS term confusion
|
|
[11 replies] Last: int * ptr1 = new int; // Allocate from heap ptr1 = new int; ... (by AbstractionAnon)
|
How do I get the enemy to follow me? |
|
[6 replies] Last: I'm trying to learn classes on my own, but it's due tomorrow now :/ I ... (by goflipaburger)
|
by AndyM39
c++ Calling class method from another class (unresolved external symbol error)
|
|
[1 reply] : Line 42: getHours() does not appear to exist in your TimeCard class. ... (by AbstractionAnon)
|
by Cat32
Fraction Class
|
|
[9 replies] Last: Thank you everyone! (by Cat32)
|
by mark1659
Hero's Inventory
|
|
[3 replies] Last: But what variables do I have to use? Do I have to add more strings or ... (by mark1659)
|
by underoathed
structs are frustrating (1,2)
|
|
[23 replies] Last: I was going to try using cin.ignore but I'm not sure if that would wor... (by underoathed)
|
by nameishi
purpose of Binding?
|
|
[no replies]
|
by nameishi
buffer and file relationship?
|
|
[5 replies] Last: Thanks that helped allot (by nameishi)
|
by patriic48
Loding list from text file, adding new data to it erases the list and creates a new
|
|
[3 replies] Last: ofstream outFile; outFile.open("Bank.txt"); outFile.ope... (by cire)
|
by dfr4
I have a problem with strings
|
|
[4 replies] Last: i don't know. Maybe i haven't compile it correctly the last time. I tr... (by dfr4)
|
by arunrd2015
Random function
|
|
[3 replies] Last: Both random() and randomize() are Borland-style functions, though they... (by Chervil)
|
by beccak0316
Printing, opening/closing files, and arrays
|
|
[5 replies] Last: How is the format of the files? (by Thomas1965)
|