by ahoysailor
StreamWriter output coming out as 'true'
|
|
[3 replies] Last: The System.String class of .Net is 100% Unicode. Or better said: Al ... (by webJose)
|
by mahinkhan22
Random number problem....Its not random
|
|
[1 reply] : Solved it void setStatus() { int rand... (by mahinkhan22)
|
by awsdert
wxWidgets related...
|
|
[1 reply] : I figured out why it was complaining, it was to do with how I created ... (by awsdert)
|
by awaisahmad
file separation
|
|
[no replies]
|
Deallcating built in data types |
|
[3 replies] Last: No, you can't do that. A call to delete t where t is of the type T* ... (by aquaz)
|
by Maggi Iggam
Getting Wrong answer ?!?!
|
|
[14 replies] Last: Oh , i got it , what i was doing was not what was asked at all ! Than... (by Maggi Iggam)
|
by hogarth45
New thread created in class problems
|
|
[4 replies] Last: square temp - OMFG! (by Burz666)
|
by Nonlin
Wont't ask for userinput
|
|
[2 replies] Last: lol thanks so much. Yeah I meant that don't know why I multiplied them... (by Nonlin)
|
by Hunter Allen
C++ Multilingual Programming
|
|
[3 replies] Last: For JNI, you just need a Java SDK. Which I think is usually called a J... (by JLBorges)
|
by blueeyedlion
How do I define the "<" operator for list iterators?
|
|
[9 replies] Last: You need to define the variable with a static storage duration (put th... (by JLBorges)
|
by Aquila
Returning the minimum of a vector
|
|
[2 replies] Last: Thank you and well said @shacktar. (by Aquila)
|
Extracting Data From Web Page |
|
[2 replies] Last: Thanks, but I'm not sure what link to follow on the page you provided.... (by Brandon Lashmet)
|
by brobird
prime numbers
|
|
[3 replies] Last: int main(){ bool is_prime=true; int num; cin >> num; for (i... (by exiledAussie)
|
by AllKeggedOut
C++ Question... Storing data in a .txt?
|
|
[2 replies] Last: Also, use code tags. (by xander333)
|
by mark103
An unhandled exception of type 'System.NullReferenceException' occurred in .exe
|
|
[no replies]
|
error C2079: ... uses undefined struct ... |
|
[7 replies] Last: I dont' see it directly, but I'm willing to bet you have a circular in... (by Disch)
|
by orangeapple
Small problem in explaining a line
|
|
[3 replies] Last: or it is just the semi-colin? (by orangeapple)
|
by orangeapple
can anyone help me Removing letters from Alphabet, depending on which letter is entered.
|
|
[5 replies] Last: Hi people, thanks for your prompt replies. You were so helpful. Thanks... (by orangeapple)
|
by aymank1985
Pointers issue here , hope someone can help
|
|
[11 replies] Last: blue , thanks for that , i will look into it . hamsterman , thanks fo... (by aymank1985)
|
Templates & Inheritance - Danger of Ambigiousness? |
|
[2 replies] Last: Wow, simple problems have simple solutions. Thank you, Peter87 ! You... (by Henri Korpela)
|