8,298 Topics
![]() | |
where can i get the c and c++ compiler.i eed to run it on a windows xp machine. | |
hi guys, Anybody tell me a site where free system available on C language. Thanks in Advance, Sanir | |
hey does anyone what these errors mean: ----------------------------------------------------------------- --------------------Configuration: a1 - Win32 Debug-------------------- Compiling... a1.cpp C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(46) : error C2146: syntax error : missing ';' before identifier 'bSq' C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(47) : error C2146: syntax error : missing ';' before identifier 'rightNum' C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(48) : … | |
This might sound silly. But I'm working on a C# assignment for school right now, and I can't get a simple if-else statement to work. Isn't the syntax the same as in C++ or Java? I want to do one thing if a boolean variable is true, something else if … | |
I have created a simple webform that has a submit button. I cannot figure out how so that when the button is pressed it sends the form to an email address. Can anyone help? Thanks | |
[FONT=Verdana]Hello everybody, I am fairly new here. I was banned from another forum because of a false rumor that got to the administration. Anyway, just wanted to welcome myself. Secondly, I am trying to learn C++ and I purchase a C++ book from a local book store. The book is … | |
As a long time Windows C++ developer I now find myself with the will/opportunitty to develop on the Linux platform. I'm intrested in multi-thread development, Socket, ODBC development. Thanks for any help James | |
difference between c and c++ languages difference between templates and class,structures in c language and class and structures and templates difference between java and c++ | |
i was wondering if there was any difference when you code an application using regular c++ 6 vs c++ .net 2003? Thanks | |
Hey guys, Quick question about strings. Check out this piece of code: #define compare_them(x,y) ((x) > (y) ? (x) : (y)) main() { cout<<compare_them('A','B')<<'\n'; cout<<compare_them("X","Y")<<'\n'; return 0; } The output is B, X. Obviously B has a higher ASCII value than A so it is larger. However when it comes … | |
Okay, so I feel dumb.. I'm trying to ./configure something, but it comes up with an error saying that I don't have an acceptable C Compiler... Fair 'nuff... The question is, where do I get one, how do I install it. I've been scouring the web now for two and … | |
[COLOR=Magenta]Everytime I open up a project that I ever made, and try to build it, it keeps complieing all of these other files that i've never seen before, and it gives me about 300 errors. I don't know what to do. I can't even use it, everthing has these files. … | |
Hi, I'm new to this site so quite unfamiliar with how things work.... I have recently begun learning about C# and the .Net framework. As a java programmer, I found C# a good basis to start on. I wanted to change a lot of my existing code from Java to … | |
Hello, I started learning C about 2 days ago, and now I have come to a problem that I can't figure out why I am getting the result I am getting. I bought a book, and I have proceeded quickly through it until now. The problem I was given was … | |
Hi im programming a program thats going to count how how many doussins,grosses and pieces. there are if you enter a number. (just so u know ive started programming 1 week ago and havent programed alot cause school started) ok heres my problem: when i enter 502 pieces it says … | |
i need some help in understanding to write the following programs.please describe how you think of doing it.. 1) * ** *** **** ***** ****** ******* 2)******* ****** ***** **** *** ** * thank you..... | |
#include<iostream.h> void main() { cout<<"hello"; } //IF WE COMPILE THIS PROGRAMME IT WILL NOT PRINT HELLO ON U'R SCREEN.TELL ME WHY & TELL ME PROCEDURE HOW IT PRINT USING COUT IN VC++ | |
I'm new to C programming. I could not understand how to write the following programs. 1. Any year is input through keyboard. Write aprogram to determine whether it is a leap year or not. | |
Can anybody help me with some or all of these problems? Problem 1: Write the definition of a function minMax that has five parametersª. The first three parametersª are integersª. The last two are set by the function to the largest and smallest of the valuesª of the first three … | |
I want to know how to write a program to fill the entire screen with a smiling face. The smiling face has an ascii value 1. | |
I need help solving two macro questions in C++. They are: Define a macro PANIC that expands to code that uses cout | |
why do we use function definition in header file and function declaration in obj why can,t both be at header file? | |
i have the message c:windows/system32/autoexec.nt on screen when i try to unistall avg anti virus.It also says system file is not suitable for running ms-dos and microsoft windows applications...help!!!!! :( | |
I am trying to get the Microsoft Mappoint OCX working in C++ Builder 6.0 Pro. So far I can place pushpins and delete them but I cannot attach a name or note. When the compiler is in Debug mode the code will compile without any error but crashes when running … | |
Can I get a list of C programmes so that I can see the solution of any program I want. Any website related to it? I have an interview next month on C.Please suggest. | |
Hi guys. Check out this tut on the web. [url]http://guideme.itgo.com/atozofc/[/url] good help with programming in c and dos. its a free ebook with individual files for each chapter. around 70 files. too good to miss. hope u like it. | |
// This program will write the name, address, telephone number // and college major of the programmer. // Michael Hawkinberry #include <iostream> using namespace std; int main() { cout << " Michael Hawkinberry\n6393 Harlem-Grovetown Road, Harlem, Georgia, 30814\n(706) 556-3731\nComputer Science " << endl; return 0; } Is this program error … | |
Hello all: How can I capture events generated in an instance of TCppWebBrowser created at runtime? Another question: how can I know which TCppWebBrowser is the sender if I have more than one in my application. Thanks | |
Would like to have one example of complete walk thru (start to finish) of a program with afore mentioned software. Something like "first C program"! For the obvious reason...Don't know how to do so...I am at the pre beginners stage, thanks. | |
I keep getting the same error message when Windows XP starts: C:\system32\bridge.dll module cannot be located. I have run hijackthis and my log is as follows: Logfile of HijackThis v1.97.7 Scan saved at 04:33:48, on 24/06/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: … | |
Okay. I have windows version 2000, Service pack 4. Custom built computer. Last few programs are...well Trillian Pro, and bit torrent. My problem is that everytime I start my computer I get the error "C:\WINNT\system\bridge.dll Cannot be found" I read on another thread on this site that It's spyware, and … | |
i dont know why im asking this... im just curious. I have dev-cpp compiler and i was experimenting with header files and reading them expanding my knowledge... and im just wondering what the difference between a c header file and an h header file is... they seem to be doing … | |
ok i got a problem i used adaware 6.0 and deleted a lot of problems now i keep getting this error message C:\system32\bridge.dll module cannot be located ....i have hijack this.....here is a copy of my registry........can someone please help me.........thanks | |
Hello, can anyone help? I keep getting the message: C:\system32\bridge.dll module cannot be located on start up of windows XP. I've run Ad-aware 6 and Hijackthis and this is my log: Logfile of HijackThis v1.97.7 Scan saved at 09:47:59, on 05/06/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer … | |
[B]I keep getting the same error message when Windows XP starts: C:\system32\bridge.dll module cannot be located. I have run hijackthis and my log is as follows: Logfile of HijackThis v1.97.7 Scan saved at 2:20:32 PM, on 5/22/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running … | |
hi people i was wondering how you create a test plan im new to this and just created my 1st c game... need some help as im not sure how to create a test plan preferably in a table. [CODE] /*In order to play the game of craps. each player … | |
Hi there, I am currently converting a matlab file to C, and need some help writing the data calculated in 2D arrays to files. This is what i ahve done so far: <snip> File *U; File *V; File *X; File *Y; U = fopen("U.txt", "w"); V = fopen("V.txt", "w"); X … | |
Any good libraries out there for C++ cgi implementation? | |
I have the code(below) but I can't get the program to close data2.txt and opne it again. Is there a way to reset the starting read position? I want it read through the file for as many times as I want, without ever editing the file. [size=2]#include <fstream> #include <string> … | |
Hallo everyone . I am looking badly for an algorithm or for a c/c++ code for modem anitializing and streaming . my goal is to make a call through my modem , but talk on the phone throught the sound blasters microphone and to here through my soundblaster speakers . … | |
[font=Arial][size=2]Hi I am trying to write a program that will demonstrate encryption to the user. I would like to have some kind of button menu at first, then the program will show an example of each depending on what button was pressed. Any idea's? Should I go for a win32, … | |
I'm currently in file processing and I have a project dealing with fixed length records and making an attrcat and relcat catalog. Simply: use system calls to check if a dir is there and create a new one for the database. system ("dir"); system ("mkdir Rambo"); system ("cd Rambo"); system … | |
Hi All, i have just started to look into picking up a bit of c++. i've been having a search about on the net for some tutorials and web links to help me learn but so far i havent really found much. can anyone out there drop me some links … | |
[b]Working With C++ [/b]C++ syntax is the way which the code is arranged to form the language. Each computer language has its own unique syntax. For example, the syntax for adding two numbers may be different in one language than in another. Syntax is to programming as grammar is to … | |
Hi again.Read the source code below please: // Determining the size of variable types #include <iostream.h> int main() { cout << " The size of a bool is:\t\t" << sizeof(bool) << " bytes.\n"; return 0; } p:s:I have not included the other variable types because there was no error message … | |
I was thinking of creating this program for a school related project and was seeking advice/guidence concerning the matter. I prepose to create 7 distinct personalities and have them communicate/interact in a virtual world. I will be storing data that has been collected through everyday discussion such as questions, responces, … |
The End.