by avyrez
c++ vs c++
|
|
[4 replies] Last: what programming language is this? https://github.com/mrichardson23/A... (by avyrez)
|
by pistol1
string class to array
|
|
[2 replies] Last: of course You can read. getline to use it. (by firix)
|
by alexbg
declare an angle
|
|
[4 replies] Last: excuse me, i am begginer, dont laugh at me, but where should i define ... (by alexbg)
|
by kikirikou
assignment problem
|
|
[7 replies] Last: ok, i got your point . (by kikirikou)
|
by Kakashi333
Using vectors
|
|
[1 reply] : First, you'll want to find each word somehow. If you search for spaces... (by Albatross)
|
by nathan10
Multiple Classes
|
|
[7 replies] Last: Yes, that organization makes much more sense. Initialize is a prob... (by Disch)
|
by AtlDynasty25
How to allow user specify file path for fstream?
|
|
[4 replies] Last: You're welcome. It will work with a string too if you call c_str() on ... (by closed account D80DSL3A)
|
by m3laa4u
I need to lern toC
|
|
[5 replies] Last: brad82 to agree. (by firix)
|
by upthepunx90
Very basic question
|
|
[4 replies] Last: http://www.lazyfoo.net/SDL_tutorials/ you can browse the site to ... (by firix)
|
by jmastin
Function clarification
|
|
[2 replies] Last: In line 80 your variable(sum2) is not used. Thats all I could find wro... (by lare26)
|
by firix
Compile Error!!!
|
|
[2 replies] Last: ok. but I'm going to make active. (by firix)
|
by chash67
Pointers and two dimentional arrays
|
|
[1 reply] : choose one: char** ptr = monthName; char* ptr = monthName ; char* ... (by hamsterman)
|
by CoderWalker
Load contents in subfolders
|
|
[4 replies] Last: Your right it was "resources\\sprites\\sun.png" man that was obviou... (by CoderWalker)
|
by Xeleos
Linked list... output problems...
|
|
[no replies]
|
by bonewang
How to fix this error?
|
|
[1 reply] : That sounds like you forgot to link something. Could we please see the... (by Albatross)
|
by Fanell28
read data from a .dat file instead of my array
|
|
[no replies]
|
by joseplusplus
Sorting Question
|
|
[3 replies] Last: Thank you, it helped me too. See you late (by haesungov)
|
by m3laa4u
some error in program
|
|
[6 replies] Last: thank you vrey much " kyon " you A Best Programer in C++ My program h... (by m3laa4u)
|
by Arik
not reading the contents of a file when reopening it
|
|
[no replies]
|
by DJ TLG
How to check if string only contains only numbers
|
|
[1 reply] : if you only care about integers, it's simple. bool is_number(const s... (by hamsterman)
|