by dman703
Trouble changing the range of a vector
|
|
[2 replies] Last: I modified the program to this: #include <iostream> #include <algorit... (by dman703)
|
Help with C++ Homework assignment |
|
[14 replies] Last: I don't even know how to output the numbers given through the else if ... (by fiestaforesta)
|
by seccsuresh
how to check whether user input is double value or not?
|
|
[2 replies] Last: thank you for giving reply....... i done this,but still it accepting... (by seccsuresh)
|
by Stephan
Problem reading numbers from file
|
|
[2 replies] Last: Read here for why http://www.parashift.com/c++-faq-lite/input-output.... (by Stephan)
|
by sweezy
Question =(
|
|
[1 reply] : You're entering Y, y, N, n as variables. You need to enclose them with... (by benjamin d)
|
by xaviarrob
My Pancake Program c++
|
|
[2 replies] Last: Just outta curiosity, how did your line 14 work? I thought C++ does no... (by Caprico)
|
by sweezy
C++ simple question, need help =/
|
|
[2 replies] Last: Apparently it wanted me to declare 0 when it told me it had already be... (by sweezy)
|
by fauzi26
use strcmp in if function
|
|
[2 replies] Last: strcmp(kode ,"AD01" kode is one char , and "AD01" is a null-termin... (by hentaiw)
|
array help |
|
[7 replies] Last: See? So many answers when you post a question correctly and with the ... (by webJose)
|
by Derekrm14
Can't figure out what i'm doing wrong?
|
|
[5 replies] Last: Thanks, i get what you meant now haha. All fixed :) on another note, d... (by Derekrm14)
|
by ADHDguitar
Problem with exception/writing violation
|
|
[6 replies] Last: I found the problem. The function UpdateScores compared that value to... (by ADHDguitar)
|
by stuted
String Converting ('strcmp')
|
|
[12 replies] Last: Didn't even need to get debug privileges. It is truly horrifying to... (by Moschops)
|
by RPGillespie
Classes that access each other
|
|
[3 replies] Last: @Peter87 - that was it - thanks so much! @Ben - I was thinking of doi... (by RPGillespie)
|
by bruzetti
Instancing an object inside a class
|
|
[6 replies] Last: Oh! I get it! Thanks for your help Peter! Things are getting cleaner n... (by bruzetti)
|
Problem with arrays |
|
[1 reply] : a is an int and not an array. (by Peter87)
|
by metacan
Repetition in loops
|
|
[2 replies] Last: Thanks , it works :D (by metacan)
|
by ac7nj
sprinf() vs sprint_s()
|
|
[3 replies] Last: I'll look at std::ostringstream and std::string and see how much chan... (by ac7nj)
|
by pjquinn
Hello
|
|
[4 replies] Last: yeah. i want to make a game to test my c++ skills. (by pjquinn)
|
by sobamadee
Help with C++ loops
|
|
[2 replies] Last: Also, just to note out your "NOT equal to" operator is backwards, it's... (by benjamin d)
|
by jkvu1
TicTacToe
|
|
[4 replies] Last: It worked! Thanks a lot!! You're a life-saver :D (by jkvu1)
|