by noonmoon
.txt elements into an array
|
|
[4 replies] Last: You could use a vector of strings to automatically dynamically allocat... (by Stewbond)
|
by Owain
Array of function pointers
|
|
[1 reply] : Two ideas come to my mind: 1. Make the functions take a void pointe... (by kooth)
|
by Danishx83
operator
|
|
[3 replies] Last: Frankly speaking, there only difference is that in first case you will... (by Beju)
|
by badkaykay
Loop issues
|
|
[11 replies] Last: Just wanted to say that I got this to work after the first negative nu... (by badkaykay)
|
by Beju
How to correctly cast pointer to integer in C++
|
|
[2 replies] Last: Thank you:) I thought that reinterpret_cast works only with pointers, ... (by Beju)
|
by noonmoon
why wont anything display?
|
|
[6 replies] Last: Yeaaa, sorry about that, the .txt file actually doesn't contain "//isb... (by noonmoon)
|
by lalebarde
How to use global variables in inline functions ?
|
|
[10 replies] Last: Thanks vlad. Wouldn't have been better for the compiler to have a homo... (by lalebarde)
|
by Danishx83
copy constructor
|
|
[8 replies] Last: C++ is just very strict about the type if you tell it that you will... (by Danishx83)
|
Create a program that checks whether or not a sentence is a palindrome |
|
[no replies]
|
by Tikatee
How to approach problem
|
|
[3 replies] Last: Dijkstra's Algorithm is based mainly around distance between nodes yes... (by Tikatee)
|
by NerdTastic
Random numbers: No repeats
|
|
[19 replies] Last: Thank you! Works now:) (by NerdTastic)
|
by Seb1996
Little help with code.
|
|
[1 reply] : I guess that you could use $HOME ( %HOMEPATH% or %USERNAME% ) There is... (by ne555)
|
by Mrcerimo
Could someone explain me what is Inline function and what does it do?
|
|
[4 replies] Last: Almost. The compiler would likely inline it to something like this as... (by Disch)
|
by Gladdok
Is this an acceptable style?
|
|
[2 replies] Last: Consider using an enum to specify the type of containment. It makes th... (by JLBorges)
|
by NerdTastic
Here's a dumb question for you
|
|
[19 replies] Last: Got it, thank you very much! (by NerdTastic)
|
by martingale
how to SQL Query a csv file in C++
|
|
[no replies]
|
Self-deleting pointer class |
|
[5 replies] Last: @vlad Yes that might fix the problem, however, I wanted both pointers ... (by closed account 10oTURfi)
|
by Werner2
Compile error with global variable.
|
|
[13 replies] Last: Happens :) Please mark the question as solved. (by TheDestroyer)
|
by doddolfur
Guessing game
|
|
[10 replies] Last: Sure. I don't know if I'm the best to be learning from since I'm also ... (by doddolfur)
|
by Blessman11
Best ways to do profiling??
|
|
[1 reply] : What kind of profiling are you talking about? please be specific and e... (by TheDestroyer)
|