by g0dwyn
fstream binary mode
|
|
[2 replies] Last: Ah, great. Thank you! (by g0dwyn)
|
by graciano
get formated input from a text file
|
|
[2 replies] Last: fscanf(fp, "%d %[^0-9] %d", %s.numero, s.nome, $s.idade) Remember, ... (by Duthomhas)
|
by effective
Homework !!!
|
|
[3 replies] Last: #include<iostream> #include<string> using namespace std; class Em... (by alan6096)
|
by ansh batra
my project
|
|
[4 replies] Last: The question about goto is very strange. Where have you heard that it'... (by Hammurabi)
|
by lebronjames
Entered values arent being saved/updated
|
|
[1 reply] : Well nowhere in your code does it ever make an attempt to save the new... (by Tevsky)
|
by rasred2004
Random Number
|
|
[3 replies] Last: How about you generate an initial random number with only 2 possible n... (by Tevsky)
|
by sanzilla
using mingw for cross compilation ( butild kernel.bin )
|
|
[3 replies] Last: allright ! after a hard time with the google.com , acutually burte for... (by sanzilla)
|
by rasred2004
StreamReader
|
|
[5 replies] Last: Dear PanGalactic thank you for your reply, i did what you suggest a... (by rasred2004)
|
by lebronjames
Linear Search not working properly
|
|
[3 replies] Last: That's what happens when you declare variables inside a switch case. W... (by helios)
|
by lebronjames
Entering and storing records
|
|
[1 reply] : Store your student records in a std :: vector . Write a function to ... (by Duthomhas)
|
by dmoore210
Organizing an Array
|
|
[2 replies] Last: How would you go about *most efficiently* organizing an int array fro... (by Bazzy)
|
by Disch
.zip file read/write
|
|
[7 replies] Last: Sorry, this was a case of something I googled that seemed to meet your... (by Duthomhas)
|
by baross
User defined function
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/functions/ (by firedraco)
|
by lebronjames
Displaying Average Mark
|
|
[2 replies] Last: I have changed the value of totalStudents to 2 and removed the totalSt... (by lebronjames)
|
by wizard25
Repeating the output
|
|
[no replies]
|
by amanyasin
To calculate subset of a set of variables.
|
|
[no replies]
|
by wizard25
Outputting random lines from a .txt file
|
|
[1 reply] : Hmm, one "gimme" is enough. http://www.cplusplus.com/forum/general/112... (by Duthomhas)
|
by lebronjames
Using struct and linear search to display student record
|
|
[3 replies] Last: Thank you very much guys for your help. I have adjusted the codes i... (by lebronjames)
|
by wizard25
adding numbers(integers) from a .txt file
|
|
[1 reply] : 1. Set the sum to zero 2. Open the file 3. While you can read a numb... (by Duthomhas)
|
by davist
Anyone Who Can Write this program would be appreciate
|
|
[6 replies] Last: I agree with Zhuge and Duoas. He's just being lazy and can't be asked ... (by chrisname)
|