
please wait
by adam123383
c++ help
|
Write a C++ program that find the smaller of two integers input using an if statement |
Feb 3, 2013 at 4:54pm
[2 replies] Last: Is this what you are looking for?? #include <iostream> #include <con... (by mausy131)
|
by toseefasim
find and remove error
|
//Write a program to move a mesage on the screen until a key ont he key board is hit? #include <iostream.h> #include <conio.h> //#include <stdlib.h> mai... |
Feb 3, 2013 at 4:52pm
[5 replies] Last: Sir here are the Error report of compiler: 1 C:\Dev-Cpp\include\c++\3... (by toseefasim)
|
by Winkerd
General Input Output
|
char city ; int n; do { cout<<"Enter the number of strings <=10"<<endl; cin>>n; }while(n>10); for(int c=0; c<n; c++) { ... |
Feb 3, 2013 at 4:08pm
[2 replies] Last: Hey thanks for the reply but doesn't the quotation end after ' [ ' in ... (by Winkerd)
|
Installing Allegro on Raspberry Pi |
Hello, I am trying to install allegro on my raspberry pi. I have installed Cmake successfully, but when I use it it gives me an error.It says OpenGL is not inst... |
Feb 3, 2013 at 3:23pm
[5 replies] Last: I'm interested to see your program, is it a game? I love 2D game progr... (by bandicoot360)
|
by simpleasy
moving snake with SDL
|
Hi everyone, I'm trying to make snake as a way to teach myself SDL. Right now I don't really have a snake yet, I just have a cube that can change direction. ... |
Feb 3, 2013 at 3:17pm
[1 reply] : I don't know about SDL, but something doesn't seem right about your de... (by Lowest0ne)
|
by byronflds
Need some quick help. (structs)
|
can anyone tell me why my STU.GPA calculations always end up as "114" // ------------------------------------------------------------------ // File name: ... |
Feb 3, 2013 at 3:15pm
[2 replies] Last: I tried the switch statements and it gave me "104" this time. Do you ... (by byronflds)
|
stuck on this homework problem..help! |
write a program to evaluate the value of e^x by using the formula: e^x= 1+ x/1! +x^2/2! + x^3/3!... evaluate the above expression for different values of ... |
Feb 3, 2013 at 3:07pm
[12 replies] Last: This is as near as I can get without solving the entire problem for yo... (by Chervil)
|
Sum of long numbers using a function |
Hi guys, I am new to programming and I am stuck with a homework which is "write a program which calculates the sum of two numbers too long for long long that ... |
Feb 3, 2013 at 2:03pm
[1 reply] : the way I always work with really long numbers is using arrays, and th... (by simpleasy)
|
by toseefasim
clear screen not working, it requires first definition as i already define header file
|
#include <iostream.h> #include <conio.h> #include <stdlib.h> int main() { clrscr(); getch(); } |
Feb 3, 2013 at 1:35pm
[2 replies] Last: No iam using DEC C++ Bloodshed (by toseefasim)
|
by Simon007
From array of doubles property to a vector
|
Hi @, I'm a newby to C++ in need of some help I want to convert the latest 50 values contained in the CloseMD array property of the IEasyLanguageObject t... |
Feb 3, 2013 at 11:16am
[no replies]
|
by rishiprsd
C++ programmers!! HELP!!!
|
These are related to my practicals that are going to happen day after tomorrow...I cannot prepare sufficiently as my physics practicals come the day after...I h... |
Feb 3, 2013 at 10:56am
[no replies]
|
by newbieg
Windows API reference
|
I was wondering if anyone has a good reference for the functions and classes supplied in windows api. I've tried to search microsoft.com over and over but their... |
Feb 3, 2013 at 10:29am
[5 replies] Last: OMG you guys are awesome, I've been trying to find sites like those si... (by newbieg)
|
by sbreland18
Write An Individual Line From An Input File
|
I have been working on this assignment for over a week and I have gotten to a point where I am completely stuck. I am trying to read line-by-line when asking t... |
Feb 3, 2013 at 9:14am
[1 reply] : The candidates names are contained within the text file. I assume you ... (by Chervil)
|
by toseefasim
Display disappear, how it sustain on the screen
|
#include <iostream.h> #include <conio.h> #include <stdlib.h> #include <iomanip.h> using std::cout; using std::cin; using std::endl; using std::setw; i... |
Feb 3, 2013 at 8:42am
[2 replies] Last: Thanks alot (by toseefasim)
|
Classes |
Ive been using C++ for a while now, and all of a sudden, CLASSES!!! Literally every single example of a tutorial will be using classes after the tutorial on cla... |
Feb 3, 2013 at 7:54am
[5 replies] Last: There are too many concepts associated with classes. Class, abstract c... (by bit01)
|
by erendemir
class definition
|
class Mac802154Packet : public ::MacPacket // what is the meaning of this line? { protected: private: public: }; I want to know what is t... |
Feb 3, 2013 at 7:43am
[7 replies] Last: i got a link to understand access controls public, private, protected:... (by bit01)
|
by Josh Henry
inputing multiple prototypes in program
|
So I have to write an averaging program using lists but for ints and doubles when I write the prototype headers to be used and pull from the lists above main th... |
Feb 3, 2013 at 7:33am
[1 reply] : dint undestood ur problem properly. You can use function templates for... (by bit01)
|
by CodeManiak
Can't get this to compile
|
My library isn't getting located. I included it properly I thought, maybe someone else can figure out what the heck is going on. You can compile and check out t... |
Feb 3, 2013 at 7:09am
[6 replies] Last: If its issue with way of including a header file, check this link to u... (by bit01)
|
What can I do with c++ |
Hey guys i am a cs student and i just read a whole book about c++. what do i do next or where do i start..by the way what can c++ do? |
Feb 3, 2013 at 6:55am
[4 replies] Last: You can also visit these links to understand concepts and common mista... (by bit01)
|
by SlimLloyd
Read several values from 3 CrystalMark dump files
|
I benchmark systems using CrystalMark three times, saving the data to text files. After this I import the data to an Excel file with the intention of finding th... |
Feb 3, 2013 at 6:55am
[no replies]
|