|
by clangnoob
please help... really stuck
|
|
|
|
[no replies]
|
|
by SlateHawk
Student info
|
|
|
|
[4 replies] Last: At line 26 you have missed parentheses. Note: when you put these paren... (by fmehri76)
|
| Issues with cin |
|
|
|
[4 replies] Last: unless your doing c++ 11 in which case you dont need the .c_str() (by DTSCode)
|
|
by grodri9
help me stuck on this code
|
|
|
|
[3 replies] Last: Well, it would benefit from some else statements, just for clarity. Al... (by Ispil)
|
|
by fblau
Sending ASCII to serial port
|
|
|
|
[1 reply] : char in C/++ is only an integer type of a specific size. It is not a... (by helios)
|
|
by Kalithian
Need help with next step
|
|
|
|
[4 replies] Last: Yes, the names can be kept as is. Instead of restricting the class to ... (by Daleth)
|
|
by haniffdj
Missing " )" before "-"
|
|
|
|
[7 replies] Last: Aren't you guys overreacting a bit? Maybe he's using some exotic keybo... (by helios)
|
|
by cristinesel
Linking arrays
|
|
|
|
[13 replies] Last: [code firstline=25] int n; cin >> n; string* anim = getArray(); cout ... (by Daleth)
|
|
by damasta6
Finding letters in a string (1,2)
|
|
|
|
[37 replies] Last: I dunno if your still working on it but I found this solution to check... (by pata)
|
|
by epi975
Changing the colour of a single char in a 2D array
|
|
|
|
[3 replies] Last: Btw you should put the "Map" inside the main function globals aren't t... (by giblit)
|
|
by manudude03
Program hangs on function call
|
|
|
|
[2 replies] Last: D'oh, just found where my problem was: lines 57/58: this->CharStrengt... (by manudude03)
|
|
by Rougeace4
using namespace std; OR std::
|
|
|
|
[5 replies] Last: As giblit has already said, using using namespace std; at global sco... (by andywestken)
|
|
by aerialist84
Problem
|
|
|
|
[3 replies] Last: Thank you Ispil! I'll try ;) (by aerialist84)
|
|
by ishraq
Counting number of elements for each row
|
|
|
|
[5 replies] Last: I need to first get the number of elements for each row. Well, you'r... (by andywestken)
|
|
by bruntmjust
commad line arguments
|
|
|
|
[2 replies] Last: I kind of understand the argc and argv arguments but the only problem ... (by bruntmjust)
|
|
by idealcat
cannot appear in a constant expression?
|
|
|
|
[4 replies] Last: @ Cubbi thank you, I think I understand now. And now I see what you me... (by idealcat)
|
|
by Newsboy
Hiding button in WINAPI
|
|
|
|
[no replies]
|
|
by SmOgER
Code not working properly, condition is being ignored, no errors.
|
|
|
|
[4 replies] Last: The code as posted in the original post works fine for me with the dat... (by cire)
|
|
by Megakoresh
How to add a timer loop break command that the user can input?
|
|
|
|
[13 replies] Last: Alrighty then, works now! Thanks for walking me though this, I can't i... (by Megakoresh)
|
|
by Trinal
Custom Cipher Language
|
|
|
|
[2 replies] Last: The " if word ends with " rules require separate treatment though.... (by keskiverto)
|