Summary: Hello im just starting C++ and i dont get why this isnt working. I hope you can see what i want it to do. I want to cout something IF the cin was a sp...
Summary: this c code have the error at this line "while((fscanf(fin,"%c",&letter)=EOF))" when i complier it and that put up a error msg. If anyone could Debug ...
Summary: My program will not output the second part : where it has to add the even numbers and show the sum. I did not code the third part with letters yet... ...
Summary: Hey. Would anyone please help me explain this C code? I found it in the internet and im using it on a project, but it seems too complicated for me be...
Summary: We just got our first assignment on Object Oriented Language and already did some code but it has bugs I can't get fixed. I'm new at this so please d...
Summary: Hello everyone, I hope someone could help me. I'm programming a proxy in C code. It's trying to redirect requests from a Quicktime player to the Darwi...
Summary: I need to compile the following code to make a DOS Executable.... ------------------- #include IniFiles.hpp #include stdio.h #include time.h #include...
Summary: I know Fuzaketoru, it will take a long time to do it by myself and the deadline is this thursday. I just need help only this time. I know there are g...
Summary: I'm trying to study c++ codes and I ran into some pieces of code I need clarification on. Example A: if ( !A [ B ]&& B <= 10 ) { The ! symbol means...
Summary: I m very much in trouble, as i have to submit my project reports within 15 days, i request to u all that plz help me to takeout from my 'C' coding. if...
Summary: Thanks Jason. I am a bit confused though! I just purchased this C++ book and I'm only on chapter 4, loops...How can you do it using void main instead ...
Summary: hi guyz, i'm a student lookin for a C++ code..i have an assignment to write the code to create a text editor.. inspite of digging a lot i'm not able t...
Summary: Hi i need help with my c code i ahve done it but gettign soem problems it's a long code so i can't post it here if anyone is intrested in helping me ...
Summary: i need some help with delphi code. i want to run an external application or text file. im having some trouble. i tried using shellexecute but i get th...
Summary: I need help converting this "C++" DLL code to straight "C", so it can compile with either LCC, DevCpp, or the MinGW compiler. Here's why: This DLL cod...
Summary: hi, I'm no good with C qnd I need to understand the following: mt[0]= s & 0xffffffffUL; (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti); ...
Summary: Is there a C++ code that can self repeat in one folder (I guess it would have to rename itself, also)? Theres a lot of reasons for me asking this, suc...
Summary: Okay, I've been leaving you hanging for a while now, but I haven't had the time to type this up. Still, I should probably throw something up, so here ...
Summary: Im working in Linux based ARM board.I want to write a C code for communicating with my serial port from my ARM board to PC. I want to communicate w...
Summary: tired, I don't know if the VC++ library has such a thing built in, but it's simple enough to hack something like this (C code style): data_type maxOfA...
Summary: well, if you're not a fan of linux, you could still use windows. DJCPP should work for the C code, and there's a dos/windows version of nasm for free...