by servbot
Write a character literal whose value is an asterisk (*).
|
|
[2 replies] Last: Ahh, I see. Thanks a lot! (by servbot)
|
by Kourosh23
Arrays of strings - BUG!
|
|
[7 replies] Last: Wait, I meant what if {"HELLO"} is like this {"H", "E", "L", "L", "O"}... (by Kourosh23)
|
by zivvy
Writing a program to find x^n
|
|
[10 replies] Last: 0 to the power 0 is the fourth one? (by closed account 48T7M4Gy)
|
by bacardiman
Storing Data and Using Loops
|
|
[2 replies] Last: Thanks! That did it! (by bacardiman)
|
by Akaso
HELP!!!!
|
|
[4 replies] Last: cin and cout are C++. printf and scanf are C. however, printf is muc... (by jonnin)
|
by nchron
1st Program Critique
|
|
[2 replies] Last: For a first program its pretty nice. Learn to define constants at the... (by jonnin)
|
by baelec
Cannot convert float to float (calling function values inside another function
|
|
[2 replies] Last: designcalc is a function, and you're trying to pass it to a function t... (by helios)
|
by MAK001
Compare two strings in C++
|
|
[2 replies] Last: if ((sol.compare(incomplete_ans)) == 0); Remove the semi-colon at ... (by wildblue)
|
by katiestevers
Can I use a pointer to print only the first word of a cstring?
|
|
[13 replies] Last: Hello katiestevers, Good to see you back. In answer to your new subj... (by Handy Andy)
|
by llSPEEDll
Error, seeking help
|
|
[2 replies] Last: You need to do the average calculation after getting values for the mo... (by joe864864)
|
by MAK001
how to look at each character of a string without for loop in C++
|
|
[2 replies] Last: You can use either std::string::find or std::find from the <algor... (by closed account E0p9LyTq)
|
by xymobb
Duration 0 when testing run time of a function.
|
|
[1 reply] : yep. If your function executes too fast, you can't register the time ... (by jonnin)
|
by Bavro3
Displaying an integer in Win32 API CreateWindow function
|
|
[2 replies] Last: Thanks! I'll look into it (by Bavro3)
|
Good Beginner Projects for Certain Levels? |
|
[2 replies] Last: Ah that helps a lot! Just what I was looking for. When I said "where... (by TheIvernGiant)
|
by Kourosh23
Arrays and for loops
|
|
[2 replies] Last: int average = sum/size; // sum = 66 and size = 11. To get average 66... (by TheIdeasMan)
|
by Gboss59
Delegating to a linked issue
|
|
[2 replies] Last: Hi I already did that in http://pastebin.com/aCL7uR2u to get it runnin... (by Gboss59)
|
by twownage15
Segmentation fault along with core dumped after running
|
|
[5 replies] Last: Just a quick question: why are you using delete on something you did... (by TheIdeasMan)
|
by CajunCoder
How to use external libraries (SFML) with MinGW in the simplest way possible
|
|
[no replies]
|
by cristina999
Programming Assignment: Making change
|
|
[2 replies] Last: AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH JOE!!!!!!!!!!!!!!!!!! That's ... (by cristina999)
|
Trouble with player health (Basics) |
|
[6 replies] Last: Ok thanks guys, I got it working (thx shadder). Btw Flaze07 I'm using ... (by Chickenman256)
|