by Drevil
Opening files
|
|
[no replies]
|
by arunc84
change content of binary file
|
|
[no replies]
|
by Roads
tut on void pointers
|
|
[12 replies] Last: Years ago I worked extensively with DBase, FoxPro and some Oracle. I ... (by Roads)
|
by scooterx3
If/Then errors...
|
|
[8 replies] Last: ;> come on ,guy (by phikaa)
|
by hells fury
tryint to get rid of a virus
|
|
[6 replies] Last: to Zaita: 30%- of viruses show up in the process list now~^_^ more &... (by phikaa)
|
by christy
Negative Exponents
|
|
[2 replies] Last: Well that's because in C++ the ^ is the bitwise xor operator...you wil... (by firedraco)
|
by blakej777
using multiple objects
|
|
[no replies]
|
by HeatMan
"srand", "rand()%10" and clean screen
|
|
[4 replies] Last: cout << string (100, '/n') , correct? (by HeatMan)
|
by hadi asiay
g++ compiler
|
|
[2 replies] Last: I tend to prefer MSYS over Cygwin, just because it produces native Win... (by Duthomhas)
|
by gAaRa
Opening files in binary mode
|
|
[1 reply] : The only difference, really, between binary and text mode files is aut... (by Duthomhas)
|
by matt570
guess a random number (I'm having trouble with loops)
|
|
[1 reply] : In the above code you always calculate the random-number anew by calli... (by int main)
|
by Hazer
Text editor
|
|
[5 replies] Last: I didn't mean you to copy&paste the code and it's too simple to be use... (by jmc)
|
by Daniel A
Socket initialisation code lines
|
|
[3 replies] Last: Thanks!!!! That's really helpfull :) (by Daniel A)
|
by Umz
Array of functions?
|
|
[5 replies] Last: Its plausible as long as it works, its true they are pointers but I wa... (by Umz)
|
by dbindians626
C++ Patterns
|
|
[1 reply] : Just do something like this guy: http://www.cplusplus.com/forum/begin... (by Umz)
|
by mrcpp
strange error - error C2061: syntax error : identifier 'software'
|
|
[2 replies] Last: I certainly can't figure it out from the info given. Can you post som... (by guestgulkan)
|
by jpmcfly
Patterns in C++
|
|
[4 replies] Last: I doubt it would be considered bad coding, since there seems to be no ... (by Poke386)
|
by broady
STL vector question
|
|
[1 reply] : Is there a particular reason why you are storing pointers to the verti... (by Faldrax)
|
by cepaoz
?How to save load file -- obj of class
|
|
[1 reply] : See http://www.cplusplus.com/doc/tutorial/files.html for an overview o... (by Faldrax)
|
by erico
My progam doesn't output some values to the selected file
|
|
[1 reply] : You havent given the format of the data in the "fines.dat" file, but t... (by Faldrax)
|