Click here to Skip to main content
15,900,724 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: help if any 1 can :) Pin
indian1438-Jan-07 2:15
indian1438-Jan-07 2:15 
GeneralRe: help if any 1 can :) Pin
Christian Graus8-Jan-07 8:26
protectorChristian Graus8-Jan-07 8:26 
GeneralRe: help if any 1 can :) Pin
indian1438-Jan-07 18:13
indian1438-Jan-07 18:13 
GeneralRe: help if any 1 can :) Pin
Mark Salsbery8-Jan-07 13:26
Mark Salsbery8-Jan-07 13:26 
GeneralRe: help if any 1 can :) Pin
George L. Jackson9-Jan-07 15:44
George L. Jackson9-Jan-07 15:44 
GeneralRe: help if any 1 can :) Pin
core9910-Jan-07 11:34
core9910-Jan-07 11:34 
GeneralRe: help if any 1 can :) Pin
George L. Jackson10-Jan-07 23:53
George L. Jackson10-Jan-07 23:53 
GeneralRe: help if any 1 can :) Pin
core9911-Jan-07 12:31
core9911-Jan-07 12:31 
this is my work:
#include<iostream>
#include<fstream>
#include<cstring>
using namespace std;

int main()
{
ifstream fin("data.txt",ios::in);
if(!fin)
{
cerr<<"could not open the file\n";
exit(1);
}
int nward=0;
int length[nward];
char word[nward];
while(fin>>word[nword])
nword++;
if(nward==60)
length[nword]=strlen(word[nward]);
while(!eof)
{
int done=0;
int wordcount=0;
int counter=0;
while(!done)
{
counter+=length[nward];
wordcount++;
if(counter==60)
{
counter-=length[nward]-1;
done=1;
}
still i need to work on this code "you can see that";
and its not complete i hope you guys can direct me,comment and help any way you like; Big Grin | :-D
QuestionHow to Ask Questions [modified] Pin
George L. Jackson5-Jan-07 15:36
George L. Jackson5-Jan-07 15:36 
AnswerRe: How to Ask Questions Pin
Mark Salsbery6-Jan-07 6:58
Mark Salsbery6-Jan-07 6:58 
GeneralRe: How to Ask Questions Pin
George L. Jackson6-Jan-07 8:09
George L. Jackson6-Jan-07 8:09 
QuestionDynamic Data Exchange in a CLI project [modified] Pin
dcoy5-Jan-07 4:02
dcoy5-Jan-07 4:02 
AnswerRe: Dynamic Data Exchange in a CLI project Pin
J. Dunlap5-Jan-07 4:52
J. Dunlap5-Jan-07 4:52 
GeneralRe: Dynamic Data Exchange in a CLI project [modified] Pin
dcoy5-Jan-07 5:19
dcoy5-Jan-07 5:19 
GeneralRe: Dynamic Data Exchange in a CLI project Pin
dcoy5-Jan-07 6:28
dcoy5-Jan-07 6:28 
Questionc++ Pin
pradeeba4-Jan-07 19:47
pradeeba4-Jan-07 19:47 
AnswerRe: c++ Pin
bsaksida4-Jan-07 22:25
bsaksida4-Jan-07 22:25 
AnswerRe: c++ Pin
Christian Graus5-Jan-07 10:50
protectorChristian Graus5-Jan-07 10:50 
GeneralRe: c++ Pin
Mark Salsbery5-Jan-07 11:35
Mark Salsbery5-Jan-07 11:35 
Questionabout System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 19:39
Super Lloyd4-Jan-07 19:39 
AnswerRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 22:30
bsaksida4-Jan-07 22:30 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 22:55
Super Lloyd4-Jan-07 22:55 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 23:17
bsaksida4-Jan-07 23:17 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 23:38
Super Lloyd4-Jan-07 23:38 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 23:49
bsaksida4-Jan-07 23:49 

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.