by skarla
help
|
|
[5 replies] Last: That's clever badAlloc :p pos = str.find(sea, i); //don't need int(... (by soranz)
|
by Gkcha0z
Basic array (1,2)
|
|
[25 replies] Last: I still do not know how I would make a sort of search engine. (by Gkcha0z)
|
by LaC0saNostra
Payroll Program Using Functions
|
|
[16 replies] Last: I actually figured it all out and got the program to run with my "empl... (by LaC0saNostra)
|
by timeout2575
Enum as return value from a function!?
|
|
[8 replies] Last: one word: AWESOME! Thank you!! (by timeout2575)
|
by venom4u31
bit operations error
|
|
[3 replies] Last: Maybe it's something like one of those xor linked lists? Anyway, to c... (by Cubbi)
|
by Dan Feerst
Global variables and callback functions
|
|
[1 reply] : It depends on situation.But memory should not be problem for beginners... (by Akshit)
|
by jkb211
Converting Celcius to Fahrenheit from String
|
|
[4 replies] Last: stoi worked like a charm. thank you so much. (by jkb211)
|
by tjhadsall
Two dimensional char array
|
|
[2 replies] Last: Exactly what I was looking for, thank you very much. (by tjhadsall)
|
by samrux
3 Questions for my Adventure/Mystery game; Saving/Loading data, Text Color and Sound
|
|
[16 replies] Last: okay thanks! (by Saint Squireen)
|
by sigmablack
Very basic tutorial for beginners?
|
|
[4 replies] Last: fair enough. (by Disch)
|
Reserve size of vector<vector<float> >. |
|
[4 replies] Last: You're right, absolutely right, i gave me quite a fresh look on a subj... (by Beniamin Kalinowski)
|
by skarla
how?
|
|
[6 replies] Last: i am creating a hangman and when i must find a word like this:pop my p... (by skarla)
|
by Ch1156
What am i doing wrong
|
|
[11 replies] Last: I would also advise you to read about classes again, you are confusing... (by sigmablack)
|
by KarelC
Receiving random numbers below zero, when range set by user
|
|
[4 replies] Last: Oh thank you. Completely overlooked that, so simple. Sorry for wasting... (by KarelC)
|
by skarla
replace/
|
|
[11 replies] Last: Thank you man,i found it. i just thought that the second number is wh... (by skarla)
|
by vrakas
Revesing a string
|
|
[4 replies] Last: yes:) i figures it out know, Firstly i need s1.assign(n,c);//c has an... (by vrakas)
|
by cniper
converting string to upper case
|
|
[8 replies] Last: #include <algorithm> Also, remove that include duplicate, you included... (by FeZedra)
|
by stoffe1100
How to name variables and function properly
|
|
[4 replies] Last: Thanks for all good replies. Just the answers i was looking for :) (by stoffe1100)
|
by Fransje
this - Why asterisk
|
|
[4 replies] Last: Thanks! I got it now. And @Euqirne VSR: You absolutely was of alot of ... (by Fransje)
|
by IgnacioLobbb
Find the mistake
|
|
[7 replies] Last: I didn't find any error on that line ? did I overlook something? a->a... (by ThangDo)
|