by Qwseyvnd
I want to programming a Playstation 2 gamepad but with USB.
|
|
[1 reply] : Most gaming libs worth using have an API for using gamepads. The li... (by Disch)
|
Mad libs program |
|
[4 replies] Last: It reads reads a file that has a mad Libs story and then based on what... (by ElectricClam148)
|
by BlueTea
First post for me! I need help with this code!
|
|
[16 replies] Last: Yes (by guestgulkan)
|
Basic stock market game |
|
[2 replies] Last: Thank you! I've been trying to find the problem, until you mentioned ... (by closed account NURL1hU5)
|
by JB Audio
Audio Manipulation In C++
|
|
[3 replies] Last: I'm not sure what you're asking. If you're familiar with the structur... (by Disch)
|
by AJArmstron
Problem with while loop and if.
|
|
[1 reply] : I am assuming stack1 is of type char*. If it is of this type, then yo... (by webJose)
|
static functions? |
|
[2 replies] Last: In regular C (no classes), a static variable or function is a variable... (by webJose)
|
Breaking line in C/C++ code... |
|
[9 replies] Last: Thank you. I received my answer by reading just the first three replie... (by Zia Ur Rehman)
|
by winecoding
pass and return array in a function
|
|
[2 replies] Last: Some template magic could also be useful here... template <class T, ... (by m4ster r0shi)
|
by jaimesharp
Student Struct Passing to an Array
|
|
[2 replies] Last: Thanks i will give it a go if i have any questions i will post them (by jaimesharp)
|
by ogward
remove elements from an array
|
|
[2 replies] Last: It works, thanks a lot! (by ogward)
|
by ogward
remove elements from an array
|
|
[no replies]
|
Referencing the calling object within a function |
|
[3 replies] Last: I don't know what you mean but you need to write it like so (*this)+=... (by coder777)
|
by Chazzmundo
Application not closing down correctly
|
|
[4 replies] Last: ty98 (38) Mar 21, 2011 at 11:25pm I would say you have a bug! T... (by Chazzmundo)
|
by gelenbertang
a can not be explicitly specialized issue
|
|
[2 replies] Last: I'm very appreciated . you gave me such sufficiency explaination more ... (by gelenbertang)
|
by nekoxandu
How can I get the sum of the numbers?
|
|
[3 replies] Last: You don't do anything with 'sum' not even intialization. -> sum = 0; ... (by coder777)
|
by jackel7777
undefined reference
|
|
[2 replies] Last: Your Signleton class contains pointers to itself, not some data type l... (by firedraco)
|
by jackel7777
undefined reference
|
|
[2 replies] Last: line 13 doesn't have a body like so: Singleton() { } (by coder777)
|
by cc89
Accessing overloaded operator through pointer
|
|
[2 replies] Last: Due to the syntax of the way you're calling it: conn->operator << mu... (by Disch)
|
by andersonwq
how to get out and print
|
|
[no replies]
|