by areej
my q
|
|
[no replies]
|
by JazzyJeff123
C++: Reading from file and delimeters?
|
|
[1 reply] : sounds like a job for getline(fin, str, ';'); (by Yanson)
|
2D Array programming questions |
|
[5 replies] Last: alright i seriously cant fill the array can someone please help. Here ... (by thatonenewguy)
|
by ccman32
cin not waiting for user input!!!
|
|
[4 replies] Last: ^ unnecessary complicated. > It's the endl you have after the first c... (by ne555)
|
by Aceix
Meaning of some expressions
|
|
[3 replies] Last: You should take a look at the link provided above, strcmp can return a... (by Smac89)
|
by fresheze13
iso forbids comparison between pointer and integer
|
|
[7 replies] Last: ok got it thanks for your help and youre right that is a silly input i... (by fresheze13)
|
by DJLad16
When to use else if
|
|
[2 replies] Last: Note that there is no "else if". Your second example is equivalent to... (by keskiverto)
|
by ttj
Need help: char array to string... string becomes garbage
|
|
[3 replies] Last: Thanks Disch! Using the ANSI versions solved the problem; no complaint... (by ttj)
|
by BillH
which graphics library is best
|
|
[3 replies] Last: Thanks to you both for the advice. It looks like trying SFML 2.0 then (by BillH)
|
by Anmol444
Help please!!!! (1,2)
|
|
[24 replies] Last: Also based on this I can conclude that my author was wrong? right? (by Anmol444)
|
by CLearner88
how do i replace the 2nd occurrence of a letter with x?
|
|
[6 replies] Last: thank you vlad! You are a life saver! (by CLearner88)
|
by faieq92
C++ Using QT Creator
|
|
[13 replies] Last: im still getting the error (by faieq92)
|
by azuew
azuew
|
|
[no replies]
|
by CLearner88
how do i take into account the white spaces in a string?
|
|
[4 replies] Last: sorry about that, the code is way too lengthy to be posted here. I wil... (by CLearner88)
|
by training91st
Can't run this project! Help Solve it pls
|
|
[12 replies] Last: Can anyone help me with this? just solve my problem at //Main and //Re... (by training91st)
|
by makeitloud
rand()%10 generating the same number
|
|
[4 replies] Last: @ Stewbond: you probably mean C++11's std::iota() , which does not ye... (by Catfish4)
|
by dmcenean
C++11 Scoped Enums
|
|
[3 replies] Last: enum class do two things. 1. It forces you do access the enumerators b... (by Peter87)
|
by oneaz
while statement
|
|
[4 replies] Last: Oh ok, I get it now. Thanks for the help! (by oneaz)
|
by makeitloud
char question and another problem
|
|
[5 replies] Last: No problem everyone one of us has been in the same position as you. Ju... (by closed account 3qX21hU5)
|
by LB
Delegating ctors & reference vs rvalue reference
|
|
[2 replies] Last: Oh, hah. For some reason I thought that was infinite recursion. Thanks... (by LB)
|