[try Beta version]
Not logged in

Beginners - February 2013 (Page 63)

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)
find and remove error
 
//Write a program to move a mesage on the screen until a key ont he key board is hit? #include <i...
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)
General Input Output
 
char city ; int n; do { cout<<"Enter the number of strings <=10"<<endl; 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 w...
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)
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...
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)
Need some quick help. (structs)
 
can anyone tell me why my STU.GPA calculations always end up as "114" // -----------------------...
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...
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 calc...
Feb 3, 2013 at 2:03pm
[1 reply] : the way I always work with really long numbers is using arrays, and th... (by simpleasy)
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(); ...
Feb 3, 2013 at 1:35pm
[2 replies] Last: No iam using DEC C++ Bloodshed (by toseefasim)
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 containe...
Feb 3, 2013 at 11:16am
[no replies]
C++ programmers!! HELP!!!
 
These are related to my practicals that are going to happen day after tomorrow...I cannot prepare su...
Feb 3, 2013 at 10:56am
[no replies]
Windows API reference
 
I was wondering if anyone has a good reference for the functions and classes supplied in windows api...
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)
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 compl...
Feb 3, 2013 at 9:14am
[1 reply] : The candidates names are contained within the text file. I assume you ... (by Chervil)
Display disappear, how it sustain on the screen
 
#include <iostream.h> #include <conio.h> #include <stdlib.h> #include <iomanip.h> using std::cou...
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 o...
Feb 3, 2013 at 7:54am
[5 replies] Last: There are too many concepts associated with classes. Class, abstract c... (by bit01)
class definition
 
class Mac802154Packet : public ::MacPacket // what is the meaning of this line? { protected: ...
Feb 3, 2013 at 7:43am
[7 replies] Last: i got a link to understand access controls public, private, protected:... (by bit01)
inputing multiple prototypes in program
 
So I have to write an averaging program using lists but for ints and doubles when I write the protot...
Feb 3, 2013 at 7:33am
[1 reply] : dint undestood ur problem properly. You can use function templates for... (by bit01)
Can't get this to compile
 
My library isn't getting located. I included it properly I thought, maybe someone else can figure ou...
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 s...
Feb 3, 2013 at 6:55am
[4 replies] Last: You can also visit these links to understand concepts and common mista... (by bit01)
Read several values from 3 CrystalMark dump files
 
I benchmark systems using CrystalMark three times, saving the data to text files. After this I impor...
Feb 3, 2013 at 6:55am
[no replies]
February 2013 Pages: 1... 6162636465... 67
  Archived months: [jan2013] [mar2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.