by Rainman0330
Help with setting up directx sdk with c++
|
|
[10 replies] Last: Here is an example from my comp: C:\Program Files (x86)\Microsoft Di... (by codekiddy)
|
by Rainman0330
Visual c++ cannot find "resource.h"
|
|
[2 replies] Last: Normally resource.h is where you write your long, long long list of #d... (by LB)
|
Crash with structs loaded from file? |
|
[3 replies] Last: In here if (s[s.length() - 1 ] == '"') s.erase(s.length() - 1,s.lengt... (by not2betrusted2)
|
selection sort |
|
[6 replies] Last: Did you notice that I updated my previous post? You should always call... (by Peter87)
|
by ausairman
How do I create a random number of some distribution in Visual C++?
|
|
[6 replies] Last: Thanks :) RE rand_s() ; I have it on good authority that the Visua... (by ausairman)
|
int and long |
|
[5 replies] Last: I think the wikipedia article simply named "64-bit" gives a very good ... (by Cubbi)
|
by Rainman0330
Help with include file
|
|
[1 reply] : http://www.cplusplus.com/forum/general/59234/ (by codekiddy)
|
by lolfoo
Checking if a point is inside a circumference?
|
|
[1 reply] : Check if the distance between the point and the center of the circle i... (by Peter87)
|
by bruice
Vector <int , 2> i
|
|
[1 reply] : Sounds like a typo from array, as in std::array<int, 2> i; , in whic... (by Cubbi)
|
by xander333
Xor encryption
|
|
[3 replies] Last: You should read the file in binary mode. Don't use getline because tha... (by Peter87)
|
by alexbnc
Use a shared library in a project (CodeBlocks)
|
|
[1 reply] : I found my answer here already: http://www.devimperium.info/c_plus_plu... (by alexbnc)
|
by tescrin
Dereferencing Confusion
|
|
[7 replies] Last: The solution WebJose posted seems to have worked; I did check your sol... (by tescrin)
|
by lindsey laho
32 bit & 64 bit optimization?
|
|
[2 replies] Last: False rumor. The compiler may run faster if it is a 64-bit compiler, b... (by LB)
|
confusion with char and pointer char |
|
[9 replies] Last: I have only ever used character arrays when I need an array of values ... (by LB)
|
by Tresky
Mandelbrot Fractal
|
|
[2 replies] Last: Oh. Okay, so you would just simply calculate calculate how far away an... (by Tresky)
|
by ProjectB
SFML C++ polygon wont change position
|
|
[no replies]
|
why do i get this error? |
|
[12 replies] Last: The code is C, compiled with a C++ compiler. conio.h is a non-standa... (by closed account 1vRz3TCk)
|
by ITPhoenix
Word Error Rate
|
|
[4 replies] Last: andywestken nailed it. I should have googled natural language ... I ... (by ITPhoenix)
|
by raheel92
Urgent!!C++ task solution needed.
|
|
[12 replies] Last: [quote=raheel92]Thanks for not cooperating :/ You could have at least ... (by webJose)
|
by kamrava
Moving Sun behind Mountains
|
|
[7 replies] Last: The code for those of you unable to download: #include<dos.h> #inclu... (by Disch)
|