by malamin10
Poker game help - enumerated data type in c++
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/other_data_types/ (by Chriscpp)
|
by TexanMonkey
DLL plugins
|
|
[no replies]
|
by SwatSid
Windows.h (1,2)
|
|
[22 replies] Last: Well, the Windows SDK has been suggested. If you are using a 32-bit c... (by andywestken)
|
by Zerpent
Write cross-platform file IO.
|
|
[3 replies] Last: > Why didn't the developers who created the standard library develop f... (by JLBorges)
|
by xAphex
visual studio 2012 express *Error*
|
|
[1 reply] : It looks like Visual Basic. Maybe you should have posted it in the Lou... (by S G H)
|
by Gor
error C4368: cannot define 'p' as a member of managed 'snake::Form1': mixed
|
|
[4 replies] Last: Sorry, been a bit busy with work. I have put your (original) code int... (by closed account z05DSL3A)
|
by Skid
C2491, Templates and DLLImport
|
|
[4 replies] Last: Argh, I'm an Idiot. You're right! I only saw the DLL, not the header ... (by Skid)
|
by Daleth
Parameter pack of const-references
|
|
[5 replies] Last: #include <iostream> struct int_wrapper { int i ; /* .... */ } ; std... (by JLBorges)
|
by manudude03
tictactoe - revisited
|
|
[4 replies] Last: I think I found where my problem is, a bit mystified about why it was ... (by manudude03)
|
by lordwarnut
rigging the rand function
|
|
[1 reply] : The keyword is "distribution". C++11 has some http://www.cplusplus.co... (by keskiverto)
|
by Anthony237
Converting Visual Basic 2010 code to C++ ?
|
|
[8 replies] Last: Try qt4 $ g++ $(pkg-config --cflags Qt{Core,Gui}) -c -std=c++11 foo.c... (by ne555)
|
by Rayan jutt
size of object ?
|
|
[3 replies] Last: @Nabeel Nazir what is the size of object in c++ , if there is no dat... (by vlad from moscow)
|
.OBJ file help? |
|
[10 replies] Last: I'm using OpenGL 2.1. I don't know how to use GSL you aren't loadin... (by closed account N36fSL3A)
|
by Cprodigy
Can't Open chrono header file in Visual C++ 2010
|
|
[3 replies] Last: Or #include #include <boost/chrono.hpp> , link with libboost_chrono, ... (by JLBorges)
|
by mosahab
Passing 2dim array through an median function to the one of 2 other function
|
|
[1 reply] : case 0: proc1( iArray ); brea... (by vlad from moscow)
|
by Ceset
data types
|
|
[6 replies] Last: thx all for your helpful answers (by Ceset)
|
by kinglord
Benford’s Law C++
|
|
[7 replies] Last: I would use std::stringstream and output the integer to it. Then take... (by kevinkjt2000)
|
member in static method |
|
[4 replies] Last: Why do you make it static if it needs to access member variables? (by LB)
|
by coder1
Vector Iterator Not dereferencable
|
|
[19 replies] Last: I am glad that at last you have understood (?) that the error message ... (by vlad from moscow)
|
by omiexstrike
Hangman C++
|
|
[2 replies] Last: @omiexstrike Hey I tried to run your program on Borland Turbo C++ but ... (by agnibho)
|