Dev C++ Run Not Working

 
P: n/a
'Gaurav' <ba********@hotmail.com> wrote in message
news:42*************************@posting.google.co m.
Hello,
I am using visual c++ 6 and i am having problems with string to work.
******** Here is the program project.cpp********* #include <iostream.h>
No such header in standard C++. The header which
declares the standard streams is <iostream> (no .h)
You're not using anything from it anyway, so you
can simply omit this line.
#include <string>
#include 'stdafx.h'
A Microsoft specific header, not part of standard C++.
The code you've posted doesn't need it anyway, so
you can omit this line.
// This program just inverts the tickers.csv files execpt first line
Looks to me like all it does (tries to do) is define a string
object, then terminate.
int main(){
string ticker ;
std::string ticker;
return 0;
}
Applying changes I point out, we get:
#include <string>
int main()
{
std::string ticker;
return 0;
}
which will successfully compile without a diagnostic
on a compliant implementation, as well as with VC++ v6.0
***************************
on compiling i get this error message
**************************
Compiling.
StdAfx.cpp
Compiling.
Project.cpp
C:WindowsDesktopProjectProject.cpp(17) : error C2065: 'string' :
undeclared identifier
Accurate diagnostic message.
C:WindowsDesktopProjectProject.cpp(17) : error C2146: syntax error
: missing ';' before identifier 'ticker'
An artifact of the first message.
C:WindowsDesktopProjectProject.cpp(17) : error C2065: 'ticker' :
undeclared identifier
An artifact of the first message.
Error executing cl.exe.
Yup. :-)
Project.exe - 3 error(s), 0 warning(s)
****************************
can someone tell me whats wrong here ?

See above.
-Mike

Aug 11, 2008  Dev-C not working. Dev-C not working. Timecode traktor pro 2. I'm running Windows 98 (just to get that out of the way). Hello again, I snagged a copy of C for Dummies from the library and was typing the first example program into Dev-C. After numerous errors, I finally got the code right, but when I ran it, instead of displaying the text. /quanta-vst-free-download.html. Jan 05, 2018  Why Isn’t My Mouse Working After Compiling in Turbo C? January 5, 2018 March 10, 2019 / Shuriken Skribbles You just got started with Turbo C and began to write some “Hello” kind of code as a beginner, and then managed to get to compile it successfully, but then, you noticed your mouse clicks don’t register in the terminal anymore.

Dev C++ Program Not Running

Apr 24, 2014 SOLVED: program.exe has stopped working in windows By Ashok Khatri Apps, Windows, Windows 7, Windows 8 0 Comments In this article i am going to talk about problem in Dev C in windows. “program.exe has stopped working” this is the main problem in windows while we are run program in Dev C. mixcraft 7 cracked Jan 07, 2011  OS: Windows XP Software of C programming: Turbo C/C IDE Actually we know that when we write program, compile and run it. Object & Executable files are created, I read in a book that the.exe file of the program can be carried anywhere ( I mean from any windows computer to another) and use it for running the program. Hi, Im using dev c and I cant use the stoi function and I kinda need to use it. I searched how to fix that problem in google but it doesnt seem to work. Is there an alternative way to have the same function as stoi. I cant use atoi because i want to convert a. Sep 07, 2014  How to install Free Open Source Dev C IDE on Windows 7 8 10 for C & C program languages - Duration: 6:01. Deed training and development 73,720 views 6:01.