by jimctu
Type detection
|
|
[2 replies] Last: i´ve search for a " . " in the char... it works =) thx for the... (by jimctu)
|
by caoctaviano
Pointers and Declaration of Pointers
|
|
[6 replies] Last: I never knew that and that also explains why my first pointer never wo... (by closed account S6k9GNh0)
|
by usercpp
Creating static and dynamic libraries ?
|
|
[1 reply] : go here: http://www.advancedlinuxprogramming.com/downloads.html ... (by writetonsharma)
|
C Pair |
|
[5 replies] Last: So it's just a helper utility. That clears that up. *checks answered* (by closed account S6k9GNh0)
|
by thetransltr
Header files missing
|
|
[3 replies] Last: I tried that already. Anyway Thanks Guys! (by thetransltr)
|
by wizard25
Input Strings and Operations
|
|
[3 replies] Last: @Tevsky switch works only with integral types @wizard25 If using C+... (by Bazzy)
|
by theDon85
Delete Repeats
|
|
[1 reply] : ...Well, what type of string are you using... (by closed account S6k9GNh0)
|
by militiask8
Beginer problem
|
|
[4 replies] Last: sorry, i had a bad version of c++. my bad. (by militiask8)
|
by tinkertron
Windows bases database
|
|
[3 replies] Last: The database will be in one central location application, but will upl... (by tinkertron)
|
by babyray
sequentail access file
|
|
[4 replies] Last: In your for loop for (int x = 0;x += 1) write it like this for(i... (by closed account S6k9GNh0)
|
by jayray23
Question on functions
|
|
[4 replies] Last: ha you caught me, but ya that link explains what im tryin to say (by jloundy)
|
by dman
Why use append for strings?
|
|
[2 replies] Last: Ok thats good, i was wondering if it worked like C# where it creates a... (by dman)
|
by Xanthus
easy question: if, else if
|
|
[5 replies] Last: there correct, but you really should just put brackets around everythi... (by jloundy)
|
by thienhung89
write game Disk Shooter
|
|
[4 replies] Last: A diskShooter for a homework question - come on #1 you ask us to sit ... (by jloundy)
|
by sonix
structures, pointers, convert IP
|
|
[2 replies] Last: I was read it, and I can working with pointers, but i don´t know abou... (by sonix)
|
by cantog
Function return address, not value from array
|
|
[9 replies] Last: I recommend that you use the tool that makes the most sense. Don't tr... (by cantog)
|
by wizard25
Inserting a .txt file
|
|
[3 replies] Last: #include <iostream> #include <fstream> // dont forget this #inclu... (by jloundy)
|
by webbywebb
knowledge of c++
|
|
[11 replies] Last: when you don't know... proudness makes you say "is too elementary....... (by mcleano)
|
by sorairo
Compare last and current response
|
|
[2 replies] Last: Store them in an array and then see if they equal eachother? Perhaps s... (by mcleano)
|
by ogrodnik
LoadResource, FindResource play Wave file
|
|
[1 reply] : hInst is a handle to your window. In order to play the music you need ... (by closed account S6k9GNh0)
|