by lasha
connect to mysql from visual studio c++ 6.0
|
|
[no replies]
|
by poonninja
problem with compiler
|
|
[1 reply] : It can't find the folder clearly. Just change the location on where it... (by closed account S6k9GNh0)
|
by vRltwE
Program is geting very slow because of cout
|
|
[10 replies] Last: In my experience, a very output-heavy program can be dramatically sped... (by helios)
|
by CManowar
2D UI using DirectX
|
|
[1 reply] : Why don't you read the dozens of samples inside DX SDK ?! (by george135)
|
by Gregor
HEAP CORRUPTION | Cant find the reason
|
|
[2 replies] Last: tyvm :) (by Gregor)
|
by ChadGreener
Reading file two ints at a time.
|
|
[10 replies] Last: Didn't I show you how to do that? http://www.cplusplus.com/forum/gene... (by Bazzy)
|
by smilodon
clearing cin stream
|
|
[1 reply] : I figured out my problem I was using cin>>int in another line of code ... (by smilodon)
|
by vince510
Gettin Linker error
|
|
[8 replies] Last: Heres the finished program in case anyone is interested. Thanks for t... (by vince510)
|
by amitjaspal
can we return pointer to a character array from a c++ function
|
|
[1 reply] : How did you create the array? You can't return a pointer to a local ar... (by helios)
|
by gkamendje
#ifdef #undef in function
|
|
[1 reply] : #ifdef is executed by the preprocessor at compile time, if (foo) i... (by Bazzy)
|
by Rudk
Convert a C Structure to C++ class
|
|
[3 replies] Last: Ya. Its working fine. Thank you for your clarification (Bazzy and Zhug... (by Rudk)
|
by tsilis3
segmentation fault
|
|
[8 replies] Last: Worked like a charm? Thanks a lot guys... (by tsilis3)
|
by heartme002
string full name
|
|
[9 replies] Last: #include<iostream> #include<string> #include<fstream> using namespa... (by naeem)
|
by SpbJimbo
Vista problem
|
|
[1 reply] : close topic. problem sold (by SpbJimbo)
|
by mb1980
Class Report Problem
|
|
[5 replies] Last: Can u please fix this for me i have been working on this since 6am it ... (by mb1980)
|
by iochinome
nonrequired input, modifying loops as they run, not stopping.
|
|
[1 reply] : You'll either need multi-threading to get user input in parallel, or a... (by helios)
|
by Ima noob
Something stange with a variable
|
|
[8 replies] Last: Return a non-reference, non-pointer Yup that works, thanks helios... (by Ima noob)
|
error C2447: '{' : missing function header (old-style formal list?) |
|
[9 replies] Last: Here is the basic steps of your program: 1. Open File open_input(... (by guestgulkan)
|
by dkaip
problem with finding
|
|
[no replies]
|
by RicksteR
Bubblesort Algorithm
|
|
[2 replies] Last: I suppose using the second pointer would be pretty useful, i think i m... (by RicksteR)
|