by AlecC
Help on a school project?
|
|
[5 replies] Last: Sorry. I've never done XML parsing in C++. Now if you wanted it in Jav... (by Mathhead200)
|
by gekides
any formula to share?
|
|
[7 replies] Last: This is a forum for C++, and although C++ supports C, you shouldn't us... (by LB)
|
by gautam jha
to get data type
|
|
[4 replies] Last: Agreed with quirkyusername. Besides, you still know the type of a vo... (by ne555)
|
by LB
Constructing a non-constructable class
|
|
[8 replies] Last: Keeping the console open is where I got the idea for this, it looked s... (by LB)
|
by just4luck
i want to make XO Game .......
|
|
[4 replies] Last: int main() { char xo ; int x,y; char m,p11,p22; string p1,p2; cout<<... (by just4luck)
|
by gauthamnekk
App error
|
|
[4 replies] Last: You need to make sure you compile the Release version of your project ... (by LB)
|
by gummy123
How to fill populate vector struct?
|
|
[2 replies] Last: Hi kbw, Thanks! That worked a treat. Bit silly of me really.. (by gummy123)
|
by koraykayir
error C2371: 'char16_t' : redefinition; different basic types
|
|
[4 replies] Last: Looking at VC2010's yvals.h (which defines char16_t) and Matlab's matr... (by kbw)
|
by gauthamnekk
50% Random , Got a problem
|
|
[2 replies] Last: You need this if I understand: #include<stdlib.h> #include<time.h> ... (by KrakyCro)
|
by acmesereno
How to use a webcam in C++?
|
|
[1 reply] : I believe OpenCV can help you with that. I don't really know any other... (by hamsterman)
|
by guccimayne
x
|
|
[1 reply] : "thissolution" does not appear in the code you pasted. If by "transla... (by webJose)
|
by statesman
class definition operation sequence
|
|
[1 reply] : Okay, first off, I hope that is just for exercise, because under ordin... (by Athar)
|
by forstudy3
Import C# method in C++
|
|
[no replies]
|
Best ADT for the Job? |
|
[2 replies] Last: @johnnystarr: ¿why pointers? (by ne555)
|
overload operator ++ in a vector (1,2) |
|
[21 replies] Last: Ok, thanks a lot.Tonight I will write the whole code (I hope). (by RachelAnderson)
|
by ryf123
Very weired Problem
|
|
[4 replies] Last: Thanks, I see (by ryf123)
|
by jblevins1991
new progammer
|
|
[5 replies] Last: i have read books and i cannot find a basic explanation of these subj... (by jblevins1991)
|
Singleton vs. 'Static Class' (1,2) |
|
[21 replies] Last: @Disch I don't think it's a problem: SingletonAccess(const SingletonA... (by anonymous23323124)
|
by majselx
Travelling Salesman Problem
|
|
[15 replies] Last: I have solved a lot of TSPs and I would agree with exiledAussie that w... (by kev82)
|
by blelisa
Stuck! Weird problem with input file!
|
|
[2 replies] Last: Perfect Thanks! I just tried it and you are right~ Thank you~ (by blelisa)
|