Click here to Skip to main content
15,906,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to know which column been clicked CListCtrl Pin
Nelek3-Jun-07 20:29
protectorNelek3-Jun-07 20:29 
Questionproblem reading file in C++ newbie here ;) Pin
GatoFedorento473-Jun-07 12:40
GatoFedorento473-Jun-07 12:40 
AnswerRe: problem reading file in C++ newbie here ;) Pin
Stephen Hewitt3-Jun-07 14:03
Stephen Hewitt3-Jun-07 14:03 
QuestionRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento473-Jun-07 19:42
GatoFedorento473-Jun-07 19:42 
AnswerRe: problem reading file in C++ newbie here ;) Pin
Stephen Hewitt3-Jun-07 19:46
Stephen Hewitt3-Jun-07 19:46 
GeneralRe: problem reading file in C++ newbie here ;) [modified] Pin
GatoFedorento473-Jun-07 19:51
GatoFedorento473-Jun-07 19:51 
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 2:29
David Crow4-Jun-07 2:29 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento474-Jun-07 4:36
GatoFedorento474-Jun-07 4:36 
#include<windows.h&gt;
#include&lt;<stdio.h&gt;
#include&lt;<stdlib.h&gt;
#include&lt;<stdio.h&gt;
#include&lt;<time.h&gt;
#include&lt;<fstream&gt;
#include&lt;string&gt;
#include &lt;codigo.txt&gt;

int="" escolha_cod(double="" saldo,int="" escolha)
{

="" file="" *codigo;
int="" i="0,linha=0,j=0,aux=0;
char" vec[2];
using="" namespace="" std;

string="" line;
="" ifstream="" myfile="" ("codigo.txt");

if="" (myfile.is_open())
{return="" 47;
="" for(i="0;i<10;i++)
" {=""

="" getline(myfile,line);
=""
="" const="" char="" *c_line;
="" strncpy(vec,line.c_str(),3);
="" aux="atoi(&vec[0]);
" if(aux="=escolha)
" {linha="i;
" }
myfile.close();
}
return="" 47;
}

int="" main()
{int="" var;
var="escolha_cod(10,12);
printf("%d",var);
getchar();
return" 0;}


apparently="" the="" problem="" is="" with="" <code="">if (myfile.is_open()), so i just wanted to know how do you open files.. :s
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 4:48
David Crow4-Jun-07 4:48 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento474-Jun-07 5:30
GatoFedorento474-Jun-07 5:30 
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 5:38
David Crow4-Jun-07 5:38 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento474-Jun-07 5:46
GatoFedorento474-Jun-07 5:46 
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 5:49
David Crow4-Jun-07 5:49 
AnswerRe: problem reading file in C++ newbie here ;) Pin
David Crow3-Jun-07 16:44
David Crow3-Jun-07 16:44 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento473-Jun-07 19:47
GatoFedorento473-Jun-07 19:47 
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 2:42
David Crow4-Jun-07 2:42 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento474-Jun-07 6:01
GatoFedorento474-Jun-07 6:01 
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 6:37
David Crow4-Jun-07 6:37 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento474-Jun-07 6:48
GatoFedorento474-Jun-07 6:48 
QuestionRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 6:58
David Crow4-Jun-07 6:58 
AnswerRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento474-Jun-07 7:20
GatoFedorento474-Jun-07 7:20 
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 7:24
David Crow4-Jun-07 7:24 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento474-Jun-07 7:27
GatoFedorento474-Jun-07 7:27 
GeneralRe: problem reading file in C++ newbie here ;) Pin
David Crow4-Jun-07 7:32
David Crow4-Jun-07 7:32 
GeneralRe: problem reading file in C++ newbie here ;) Pin
GatoFedorento4713-Jun-07 7:33
GatoFedorento4713-Jun-07 7:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.