by olredixsis
for loop iterator
|
|
[2 replies] Last: Thanks jsmith. I already programmed a working algorithm for this one. ... (by olredixsis)
|
by valefar
Visual studio substrings std::string().substr()
|
|
[2 replies] Last: Thanks blackcoder41, I did see that. I will have to do some test t... (by valefar)
|
age calc and with loops |
|
[4 replies] Last: the ctime header has functions that you can utilize. http://www.cpl... (by BettyBoopTS)
|
by JohnOPhelan
Passing addresses into functions
|
|
[5 replies] Last: @ john: nah.. the function prototype expects to be handed over a point... (by Incubbus)
|
by Incubbus
Trouble using the stringstream conversion for numbers/strings
|
|
[2 replies] Last: do { pos = strstr(fpos, ";x;"); memcpy(secondary,fpos,(pos-fp... (by Incubbus)
|
by parkjulie07
Magic 8 balls.
|
|
[3 replies] Last: OK, I'll tell you the basics on randomizing numbers although I will no... (by tummychow)
|
by DemienBjarne
(Multidimensional array of structs Dinamically allocated)
|
|
[5 replies] Last: I have to say really thank you very much! Before no one could tell... (by DemienBjarne)
|
by itzmek85
Global Variable Memory Handling
|
|
[1 reply] : I think that is just a coincidence. Well, I suppose it's probably not... (by moorecm)
|
by btripp
Heres a fun challenge for you guys (1,2)
|
|
[25 replies] Last: echo "int main() { main(); }" > foo.cpp g++ -pedantic foo.cpp foo.... (by jsmith)
|
by CombatJ
Error output
|
|
[2 replies] Last: you can also see my topic if you want. http://www.cplusplus.com/forum... (by olredixsis)
|
by bradnewers
Source code problem.....
|
|
[3 replies] Last: One of the things I noticed at first glace is in the next section of c... (by DemienBjarne)
|
Starting over, need any advice |
|
[4 replies] Last: goto youtube, there is a name helpfulprogrammer who teaches DarkGDK an... (by blackcoder41)
|
by n006ruler
saving a value to a nother folder to be retreived
|
|
[2 replies] Last: your assumption is correct. however, i could not see where it said "t... (by n006ruler)
|
by abie30
can somebody check the code that i post,for me
|
|
[2 replies] Last: Oh I agree, this unfortunately doesn't help anyone help you. If u n... (by StickyTape)
|
by olredixsis
check if input is integer
|
|
[7 replies] Last: Use this reference to determine the C++ header names instead of the de... (by kempofighter)
|
by Mazd
Inline function
|
|
[10 replies] Last: There comes a point where larger code becomes slower code. This is pa... (by helios)
|
by olredixsis
public member function of string
|
|
[3 replies] Last: Even better! Nice find. Here's the link: http://www.cplusplus.com/r... (by moorecm)
|
by winten
std::wstring to System::String ^
|
|
[2 replies] Last: does xml.GetData() returns any value? btw, this is C++/CLI right?... (by blackcoder41)
|
by Tigjaw
Printing String to textfile produces (null)
|
|
[10 replies] Last: Thanks again moorecm. When we've been taught java, OOP was thrown at u... (by Tigjaw)
|
by winten
same object in different panels?
|
|
[2 replies] Last: I am sorry for stupid and innacurate questions, I'm new to c++, found ... (by winten)
|