by ceruleus
which style of cast is correct to cast a void* into a class?
|
|
[6 replies] Last: You are correct. reinterpret_cast, static_cast, and C style casts all... (by Disch)
|
by sultan1985
help me to create enigma plugin done
|
|
[3 replies] Last: Line 11...looks like you are saving the result to a file. Just open th... (by LB)
|
by will123
Find path of SpecialDir.
|
|
[3 replies] Last: It is in the exact same directory as the code you are compiling, or it... (by LB)
|
by sqrt4
Qt Include-problem with VS2010
|
|
[3 replies] Last: There is a QT plugin for Visual Studio 2008 and for 2010. You downloa... (by guestgulkan)
|
by sasanet
cout << string;
|
|
[5 replies] Last: btw is line 1: #inlucde <cionio.h> correct? Shouldn't it be #includ... (by lnk2019)
|
by MrPickle
How to skip parts of a loop?
|
|
[3 replies] Last: for(int j = 0 ; j < 80 ;j++) { if (maste... (by MrPickle)
|
by jdkunk
C++ Multithreading, Volatile, and Correctness
|
|
[2 replies] Last: [quote=moorecm]I don't think optimizations arbitrarily reorder your co... (by Disch)
|
by jonnitwo
learn c++
|
|
[9 replies] Last: I think to learn any programming language in anything less than a lif... (by lnk2019)
|
by dakath
How to recognize ASCII image
|
|
[8 replies] Last: Well, once you can recognize each digit from comparing them to some co... (by LB)
|
by benjelly
Writing two values after one index
|
|
[17 replies] Last: Oh, I see. Thank you. Cheers. (by benjelly)
|
by acpaluri
Design Proxy Server to block websites
|
|
[4 replies] Last: ya but wat do i do if it is an ip address ?? (by acpaluri)
|
Array problem need help please, thank you |
|
[13 replies] Last: hmm.....thanx Grey...i ll' keep dat in my mind...,,!!! (by arun thakur)
|
by michael2k100
map containers
|
|
[9 replies] Last: Thanks for your help, got it working now. (by michael2k100)
|
by Gmxx11
Passing Arrays
|
|
[1 reply] : May I suggest using an object. So define your object, then define some... (by jdkunk)
|
by hotdogs113
Program help: Structs, arrays, loops, input files.
|
|
[3 replies] Last: 1. You forgot int main() 2. You already opened the file on line 13, ... (by LB)
|
plz help me |
|
[7 replies] Last: Ok here is the solution for ur problem. /*Author : Toshitaka*/ #inclu... (by Toshitaka)
|
by hottiefee
Matrix - Add, Subtract, Multiply
|
|
[1 reply] : Firstly, is all of this code written by you or is there something that... (by hamsterman)
|
Search Program |
|
[1 reply] : What are the errors? 1) you declare getJusdegScore with &s and defi... (by hamsterman)
|
by confusion
Help on vectors
|
|
[7 replies] Last: The most challenge thing is may you have to read the data out from the... (by b2ee)
|
by Katma
Number conversion
|
|
[18 replies] Last: see line 19 it should be if (digit>= '0' ||digit<= '9' ) (by tejashs)
|