by william427
witch file type is best for storing stuff in
|
|
[2 replies] Last: it seems as if the data doesnt get messed up in a iso file (by william427)
|
by scarywoody
Deleting struct from array of structs.
|
|
[3 replies] Last: Well, that's the norm in C++. To not use an array for something that b... (by Moschops)
|
by aplapl
Need explain fo programm (C++)
|
|
[13 replies] Last: I'm lucky! (by aplapl)
|
by OSSGeek
rewriting c++ code with cin,cout
|
|
[5 replies] Last: Plz read the internets http://www.cplusplus.com/doc/tutorial/files/ ... (by Moschops)
|
by Ahaanomegas
words.txt in C
|
|
[8 replies] Last: @poloblue64 That's a C++ solution. The OP asked for help in C. :/ How ... (by Albatross)
|
Sum of every third integer from a file? |
|
[4 replies] Last: Hi C--, the format of a while loop is this: while (test-expression... (by TheIdeasMan)
|
by TakingSIdes
Start-up advice, information
|
|
[4 replies] Last: Brilliant, thanks for the information. Very helpful :D (by TakingSIdes)
|
by doraemon
void as argument of c++ function
|
|
[5 replies] Last: thx a lot everyone! things are getting clearer now :) Try to learn C... (by doraemon)
|
by teaflavor
Get numbers out of a string
|
|
[5 replies] Last: // simple char-by-char parsing example #include <iostream> #include ... (by tath)
|
by edumoette
Could you use cpp to fix BSODS?
|
|
[5 replies] Last: @Computergeek01: Unless you've got a HP ProBook, then your battery wil... (by Splux)
|
by Callum5042
Pointers
|
|
[5 replies] Last: Now learn polymorphism using pointers. Here's a relevant thread: http... (by Moschops)
|
by Akshit
Date changes (1,2)
|
|
[20 replies] Last: Thanks that helped. Problem solved (by Akshit)
|
by efraim
exercise with solutions
|
|
[2 replies] Last: Thanks Fransje The tutorial is indeed very clear it is just that i am ... (by efraim)
|
by vittu
Visual Studio and native Hello World
|
|
[4 replies] Last: Thanks guys, now it works. Previously when I created empty project I ... (by vittu)
|
by TOTTIH
Stop cin with "-1" in an array
|
|
[2 replies] Last: Thanks for the reply, I solved using a temporary int before i assign i... (by TOTTIH)
|
by beginner2011
file manipulation
|
|
[3 replies] Last: Happy to help. (by Akshit)
|
by CoryMore
An array program won't compile
|
|
[11 replies] Last: This is just a matter of style, but it's important. Never mix the dec... (by kbw)
|
by curlyjim
Selection algorithm giving ridiculous output
|
|
[3 replies] Last: I only tried with a file of ten unsorted numbers so will check my code... (by vin)
|
by Karol
Global variables c++ (it seems a tongue twister but it's not)
|
|
[2 replies] Last: Thank you Catfish2. I'm going to try it. I know I didn't explain the p... (by Karol)
|
by hbNp
Trying to read data from a file
|
|
[5 replies] Last: This program works for me. I created input.txt with sample data in it.... (by Akshit)
|