473,624 Members | 2,642 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help with the error c4430........

10 New Member
can any one can help i am getting an error saying "missing type specifier - int assumed in line 332"

but my line of that part are....

332: getchar();
333: getchar();
334: for( i=0 ; i<10000 ; i++ )
335: {
336 delete [] netpoint[i];
337: }
338: //delete [] netpoint;



c:\documents and settings\pradee p manusnipally\my documents\visua l studio 2005\projects\a ssignment1\assi gnment1\parser3 .cpp(332) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Oct 6 '07 #1
1 1767
Banfa
9,065 Recognized Expert Moderator Expert
Have you included stdio.h or cstdio?
Oct 6 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
31198
by: John | last post by:
Hi, I am working on a legacy code. Following is a line of the code which complies with Visual C++.NET 2003 but not with Visual C++ 2005: for ( int i = 0; i < (const)(X.size()); i++ ) {}// X is an object such as a standard Vector Compile error with Visual C++ 2005: error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1
3703
by: Rahul | last post by:
Hi Everybody I have some problem in my script. please help me. This is script file. I have one *.inq file. I want run this script in XML files. But this script errors shows . If u want i am attach this script files and inq files. I cant understand this error. Please suggest me. You can talk with my yahoo id b_sahoo1@yahoo.com. Now i am online. Plz....Plz..Plz...
1
4316
by: Michel | last post by:
In VC++ from Visual Studio 2005 the following occurs: If I try to compile anyting, even a newly created empty MFC application with 1 empty dialog, I get the following 2 errors: Compiling... stdafx.cpp c:\program files\microsoft visual studio 8\vc\include\excpt.h(33) : error C2144: syntax error : 'int' should be preceded by ';' c:\program files\microsoft visual studio 8\vc\include\excpt.h(33) : error C4430: missing type specifier - int...
1
3967
by: Silena | last post by:
Hello I am programming in VC++, VS 2005. The program worked fine, but now I have this error. Previously were several errors like this, I did a reinstalation of SDK, DirectShow, OpenCV and VS2005, and now there are only 3 of those. But I don´t know why this error exists. 1>c:\archivos de programa\microsoft platform sdk\samples\multimedia\directshow\baseclasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++...
5
3672
by: =?Utf-8?B?TmlzaGFsIFBhdGVs?= | last post by:
I converted my VC++ 6.0 Project to VC++.NET and during compilation, I get the following error everywhere: Error 1 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int g:\argusweb\source\gssutil\xmlmessage.h 20 If is referring to the line: log_comment(char *psz_comment, long bStart=0); You can see it in the .h file below:
1
11574
by: Bit Byte | last post by:
The following function pointer declarations used to compile without any problems in VS7.1, now when I try to compile in VS8, I get a C4430 error. Anyone knows why, and how to fix it (without using pragma disable)? //My header file ... /* Prototypes for subscription callbacks */ typedef void (__stdcall *IntCallback)(const char*, const Scope, const int); typedef void (__stdcall *DoubleCallback)(const char*, const Scope, const double);
0
2025
by: yyuan168a | last post by:
I'm upgrading a VS2003 project to VS2005 but got bunch of C2039 errors in xutility.h file during compiling: :\Program Files\Microsoft Visual Studio 8\VC\include\xutility(610) : error C2039: 'iterator_category' : is not a member of 'ObjectBaseIteratorCL' c:\caps91\interfac\..\interfac\objmgr.h(2070) : see declaration of 'ObjectBaseIteratorCL' C:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2357) : see reference...
2
6588
by: LifeStory via DotNetMonster.com | last post by:
Hi all, Currently I am working in Visual C++ using .Net Studio 2005, I have defined a vector of integers in an .h file (class definition), after compilation the following error appears: Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default int How can I solve it?
2
5752
by: im2cre8iv | last post by:
Here is my code where I am receiving the error: #include <fstream> #include "BinaryTree.h" using namespace std; Node* BinaryTree::MakeTree(ifstream& infile) { char name; infile>>name;
0
8179
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8631
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8341
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8490
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7174
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4084
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2612
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1489
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.