by jindros
c++ playing a sound
|
|
[3 replies] Last: @jindros Here's another option.. // Beeping Sounds.cpp : main proj... (by whitenite1)
|
by informrefer
cin.getline(): no matching function for call
|
|
[3 replies] Last: Ah, yes thank you Yanson. Then the answer to OP is that cin.getline t... (by closed account j3Rz8vqX)
|
by novellof
My pokemon Console Game (Looking for Tips)
|
|
[3 replies] Last: Hey, thanks for the reply! I really like your class structure. Do you ... (by novellof)
|
by eman2013
vector wont declare
|
|
[4 replies] Last: THANK YOU!...Did not know that i just placed the Card inside the brack... (by eman2013)
|
by DELB
Could someone please walk through this code step-by-step?
|
|
[9 replies] Last: #include "stdafx.h" #include <iostream> #include <cmath> using names... (by closed account j3Rz8vqX)
|
by DELB
Not sure how to make this function work
|
|
[4 replies] Last: Ah ha, thanks man. (by DELB)
|
by JTG500
Math in C++
|
|
[5 replies] Last: Thank you, I understand this a lot more now. (by JTG500)
|
by FuryEnder
Just need a bit of advice
|
|
[4 replies] Last: I've just finished a college class in beginning c++, and the instructo... (by newbieg)
|
Program given weird symbols, letter, characters etc. |
|
[2 replies] Last: There is some strange conversions here. a double gets stored in an ... (by Manga)
|
by Life24
I have error
|
|
[4 replies] Last: From MSDN: Unlike scanf and wscanf, scanf_s and wscanf_s require the ... (by long double main)
|
by pvanh
Class including 2d struct
|
|
[no replies]
|
by binf
Please Help
|
|
[3 replies] Last: If I understood correctly, you want to ask the user to enter 3 grades ... (by Zepth)
|
by ArnauATL
I HAVE AN ERROR
|
|
[4 replies] Last: First: Like toum said - don't pass-by-value. When you do that, a copy ... (by Zepth)
|
by ASCII14
address book
|
|
[2 replies] Last: thanks! (by ASCII14)
|
by J Lee Hughes
qt
|
|
[1 reply] : i started doing something on QT.. it's very user-friendly, i'm no expe... (by ardengo)
|
by binf
I have an error
|
|
[5 replies] Last: Oh I see. I thought to OP was after two numbers, n and k, and wanted t... (by MrHutch)
|
by YannB
C program Linked List
|
|
[1 reply] : Your insert_beginning does access two global variables: struct node *... (by keskiverto)
|
by fahmankhan75
Pig Latin ALgortithm help!
|
|
[7 replies] Last: Nevermind Yanson :D did some research and seemed to figure it out now ... (by fahmankhan75)
|
by fahmankhan75
Difference between string::size_type len and...
|
|
[2 replies] Last: lol, I read that like 15 minutes ago :D definitely a good explanation ... (by fahmankhan75)
|
by scarecr0w132
Accessing method from another method crashes
|
|
[no replies]
|