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...
[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'...
[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 ass...
[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 conn...
[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 fu...
[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 d...
[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 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 witho...
[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...
[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 exam...
[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 r...
[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 co...
[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 ...
[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...
[no replies]
Signature block
 
For C++ class we were assigned to write a simple introductory C++ program. One of the requirements ...
[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 ex...
[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 co...
[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 wr...
[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 ...
[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.