by maniac
Windows or Linux for programming
|
|
[2 replies] Last: Is Windows better for developing .Net aplications? Seriously? Even... (by MikeyBoy)
|
by crimsonzero2
Adding data from a file into a class variable
|
|
[2 replies] Last: What is the problem you are having? Is it reading data from a file? ... (by MikeyBoy)
|
by babatunde
Reading Files (Income Tax)
|
|
[4 replies] Last: First of all, it does nothing, let alone what you want it to do. You ... (by MikeyBoy)
|
by ShinAngel
Hash Table
|
|
[8 replies] Last: and line 7 too, using namespace std; should have been before the hash... (by MikeyBoy)
|
by coiseng
c++ declaring parallel arrays as functions
|
|
[1 reply] : PointTwoDImp.cpp:99:6: error: prototype for 'void PointTwoD::storeda... (by SneakySnake)
|
by kulkarnisr
How to start writing game app
|
|
[4 replies] Last: Thanks for the links.. (by kulkarnisr)
|
by venkatacplpl
Do I have to explicitly typecast for conversion from derived to base???
|
|
[2 replies] Last: Your derived is not a derived class from base. Change your code to: ... (by abhishekm71)
|
by venkatacplpl
when do we use vectors??????
|
|
[1 reply] : Hitting a database every time you wanted information is s-l-o-w compar... (by Zhuge)
|
Searching by Last Name |
|
[1 reply] : This should let you get started : #include <iostream> #include <st... (by Kikiman)
|
by abhishekm71
const char* not being interpretted correctly
|
|
[3 replies] Last: In case anyone else faces similar problem, this was solved using the s... (by abhishekm71)
|
by Alex1991
Expression Must have Constant Value??
|
|
[2 replies] Last: From Line 1 through 25 my instructor gave us the code from there on we... (by Alex1991)
|
Errors i Cant seem to Fix |
|
[17 replies] Last: Her is my output;does not seem right Enter the number of your siblin... (by Kelvin Njuguna)
|
by megasnorlax
strange error
|
|
[2 replies] Last: Thanks a lot. (by megasnorlax)
|
by mahm
Click Not working
|
|
[4 replies] Last: Solved it thanks! That was the problem. Instead of changing the whole ... (by mahm)
|
by privatte
Drawing a rectangle and diamond using recursion
|
|
[1 reply] : Do you have anything in terms of code yet? It would be very helpful to... (by Danny Toledo)
|
by AeonFlux1212
c++11 and multi-threading
|
|
[5 replies] Last: yes TDM GCC is the one I tried with code::blocks (by AeonFlux1212)
|
by backslashx00
Where to start for C++ Game Development?
|
|
[2 replies] Last: Supposedly Norton indicated the virus coming from Visual Studio 2006, ... (by backslashx00)
|
by San007
Calculate average of array and print elements.
|
|
[2 replies] Last: Thank you. I usually use visual studio and it tell me right away if i ... (by San007)
|
by AeonFlux1212
problem with <bitset> and reinterpret_cast
|
|
[4 replies] Last: Hello again... after a lot of testing and debugging I figured out that... (by AeonFlux1212)
|
by mexcisco
Creating a headerfiel
|
|
[2 replies] Last: I think he meant how to do it properly/when to. There is an article on... (by giblit)
|