by elation
problem with smart pointer
|
|
[1 reply] : It's with your platform. VC++ 6.0 is known to be broken and buggy. You... (by Athar)
|
by matriX22
boost library for File in Java
|
|
[1 reply] : boost::filesystem (by rapidcoder)
|
by Woltan
Link gcc libs with g++
|
|
[6 replies] Last: Great, I finally see what is going on. I just love C/C++ :), especiall... (by Woltan)
|
by melissak0421
randomizing elements in an array
|
|
[4 replies] Last: +1 sohguanh Yes, above randomize_array functions are very easy to m... (by jsmith)
|
by ajitup
NList ??
|
|
[1 reply] : This is a member initialisation list. It tells that the NList is initi... (by rapidcoder)
|
by DOORS84
Converting long to char* issue.
|
|
[3 replies] Last: I don't know your platform a long datatype is how big but for me it is... (by sohguanh)
|
by drmurthy
Need A Sample Script For Replace A String
|
|
[7 replies] Last: #include <stdio.h> #include <string.h> int main() { char *... (by sohguanh)
|
by aveguy311
New member, first question
|
|
[1 reply] : The problem is in these two lines: #define B 3.15; #define MAX 100;... (by rocketboy9000)
|
by suds
ending a loop correctly
|
|
[4 replies] Last: Your brackets are wrong, it should be: if(doThis == 'Y')//one statem... (by rocketboy9000)
|
by nssn44
calculator in C++
|
|
[3 replies] Last: pow doesn't take an int and a double. it's double pow(double, doubl... (by rocketboy9000)
|
by pdarragh11
Parking Fee
|
|
[1 reply] : The prototypes don't match [co de] double totaltime(double); double... (by ne555)
|
by pizet
Detecting end of line (1,2)
|
|
[21 replies] Last: ... and ended up with both having very similar performance, after the ... (by rapidcoder)
|
by streamline
How To Print Large Amount of Data to File
|
|
[5 replies] Last: Thanks guys! I really appreciate the help. (by streamline)
|
by cometahalley
Java Server and C++ Client
|
|
[10 replies] Last: You don't need JNI for this. You are accessing the Java code by commun... (by Galik)
|
by Dark Byte
DirectX Tutorial
|
|
[6 replies] Last: http://toymaker.info/Games/index.html (by quirkyusername)
|
by knifty09
Problems with fscanf
|
|
[2 replies] Last: Yea, sorry I wasn't sure if I had posted in the right forum to get hel... (by knifty09)
|
by Darokthar
Great Lessons on Youtube
|
|
[no replies]
|
by wizard
warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs
|
|
[no replies]
|
by ccund001
Array of Structs ASAP
|
|
[3 replies] Last: Whereas I hate the idea of bit shifting a file by a football player. ... (by rocketboy9000)
|
by g2mali1
Access Violation (Segmentation Fault) Error
|
|
[13 replies] Last: To everyone else, here is the working code for your convenience: /... (by g2mali1)
|