General C++ Programming - September 2013 (Page 12)

Sound blaster vs Adlib?
 
I'm thinking of converting/extending Adlib sound card emulation to Sound Blaster (1.0). Anyone knows what's added in the Sound Blaster (Afaik It's an Adlib, but...
[3 replies] Last: I don't have any links. I just linked there because that is where you ... (by Duthomhas)
by yhu420
Iterator isuue
 
Hi everyone, Does anyone know why I'm having errors on the for() loop I will show you? I just can't manage to get the code working :'( void Player::Displa...
[6 replies] Last: > I do not know c++11 so I'm looking forward to finding a great tutori... (by JLBorges)
catching exception,Strange !
 
Hi i have strange exception problem , i do catch to exception thrown form my program , im using assert to check if i get the exception i expect , i checked wit...
[no replies]
Implement over very large interger using linked list
 
I'm being hard in the problem about implement linked list over very large interger and operator connected with it. Please hellp me! I have implemented it follo...
[no replies]
by Jebus
How to make an array which stores values from the user
 
How to make an array which stores the values i'm getting from the users? For example if i have a function which allows the user to give me values, how can i st...
[4 replies] Last: I think what you're looking for is dynamic memory allocation, they let... (by Uk Marine)
remove the 0 at the end of the linked list
 
I had ... class List; List *deletezeroendlist(List* L); class List { public: int digit; List* nextDigit; public: List():digit(0), nextD...
[3 replies] Last: That is worse. Do you have to recurse? Iteration could be simpler. ... (by keskiverto)
CONTAINER class
 
What is container class? what its advantage ?
[2 replies] Last: What's a container? Containers let you store and access collections of... (by Uk Marine)
by p3nn
ubuntu 12.04 sdl makefile
 
Hi Guys I seem to be having problems creating a working makefile for a simple sdl program. Ubuntu 12.04 lts is my operating system and no matter what I try t...
[12 replies] Last: Thx for the input guys. Got a working makefile by simplifying it somew... (by p3nn)
please i need your response :(
 
what code i can add if i want to return again in the choices and i want to choice other number without closing my program.?
[1 reply] : I didn't quite understood your question, could you be a little bit mor... (by Uk Marine)
can we add these ?
 
class Matrix1 { Protected: int ** data; int row,col; Public: }; Class Matrix2 : Public Matrix { Public: Matrix2() { } Matrix2 (int a, int ...
[3 replies] Last: Mathematics describes in detail when and how a '+' operation is done f... (by keskiverto)
why we don't make pointer of child/derived class which points to base class ?
 
why we don't make pointer of child/derived class which points/assigns to base class object? for example: parent a; // a is a parent class object! child * p =...
[5 replies] Last: Repeat with these then: class A { int a; }; class B : public A { ... (by keskiverto)
backgroud color and text color
 
guyss what is the equivalent letter of orange background and color text grey..please i need your response..:(
[4 replies] Last: http://www.daniweb.com/software-development/cpp/code/216345/add-a-litt... (by yhu420)
by Mats
What should I learn next?
 
I'm self-teaching C++ to myself and can currently use most of the standard C++ library reasonably comfortably (though not always particularly efficiently). I wo...
[3 replies] Last: you can learn some other libraries functions and classes and structure... (by heepoo)
i couldn't find error in this programme
 
This is a code which i have written to take the time entry from user, validate it and then store it in a file #include <iostream> #include <map> #include<s...
[3 replies] Last: void SET_TIME::set_time() { string in; const char delim = ':'... (by vin)
Problems with sound....
 
I am creating an interactive visual and audio APP which should play 3 sounds. 1 sound playing in the background, one sound playing when onKeyDown and the last s...
[no replies]
Signature block
 
For C++ class we were assigned to write a simple introductory C++ program. One of the requirements was that a signature block be included with the output of th...
[4 replies] Last: That helps a lot. Thanks! The newline character looks much neater and ... (by navig8tr)
UNEXPECTATION OUTPUT
 
guyss please help me..:( this is my source code no error no warnings..but the output is not my expectation because all i want is a simple choices appears ...
[5 replies] Last: how can i put that in what part of my souce code please give me an exa... (by dhepotz)
help with program
 
Write a program that will caclulate average of 3 numbers (Do not change this program, just add code in place of ...) #include <iostream> int main...
[2 replies] Last: You must Prefix the std elements with the (::) scope resolution operat... (by Uk Marine)
Why we not go for private and protected Inheritance in c++ ?
 
class A { protected: void k(); }; Class B : private A { void k(); }; //What is wrong in this code of c++, Why we not go for private and prote...
[7 replies] Last: @ Duoas and @ andywestken (3106) answer these as well kindly ! http:/... (by Rayan jutt)
by Ceset
help needed
 
i already started a topic about going school http://www.cplusplus.com/forum/lounge/110973/ but i need some more articles and tutorials about programming and ...
[6 replies] Last: thx all for helpful answers and thx for the links @Grey Wolf but i dou... (by Ceset)
September 2013 Pages: 1... 1011121314... 36
  Archived months: [aug2013] [oct2013]

This is an archived page. To post a new message, go to the current page.