by Stunning
declaration
|
|
[3 replies] Last: struct employee { bool employed; }; employee dave; dave.employed =... (by Stewbond)
|
by kabuki
Need Help. Program won't run.
|
|
[4 replies] Last: Thanks for the help fg109. I figured it out, it wasn't the CalculateGr... (by kabuki)
|
by arcticman452
Sentence Generator
|
|
[1 reply] : You don't need to use rand() here. Instead you probably want to use ne... (by Peter87)
|
by Voroshek
What numeral system use I?
|
|
[3 replies] Last: atoi() always uses base 10. See http://www.cplusplus.com/reference/cli... (by Athar)
|
by knighjl
Auth_User
|
|
[1 reply] : ASP.net (if this is it) cannot be programmed in C++ or C++/CLI as far ... (by webJose)
|
by joshsmith01
read text file place in Arrays that'll be used in functions
|
|
[1 reply] : I don't think you need line# 81-89 because your checking at line 92. J... (by SamuelAdams)
|
by moupanda
reverse program in c++
|
|
[3 replies] Last: I'm pretty sure he's a troll: http://cplusplus.com/forum/beginner/810... (by Stewbond)
|
by mekkatorqu
[Win32API] Dlg Proc not working?
|
|
[4 replies] Last: ooo yeah I forgot about that, so when I'm not using WNDCLASSEX I don't... (by mekkatorqu)
|
by Stewbond
Inheriting methods so that child classes can communicate
|
|
[3 replies] Last: Hmmm I see your point, but I do think the cross product makes more sen... (by Stewbond)
|
by Zarupta
Outputting the Individual Digits of a Number
|
|
[6 replies] Last: You say that you can manage to find the sum of the digits, so I assume... (by fg109)
|
by Awais Tahir
Problem in merge sort..array sort
|
|
[8 replies] Last: You didn't put in brackets so only arr =right ; is part of the loo... (by fg109)
|
by YellowFlash
need help find the error in my Program
|
|
[4 replies] Last: thanks everyone! :) (by YellowFlash)
|
by clavier
plzzz help with this program
|
|
[6 replies] Last: there is no close braces for while function in line 7 the function pr... (by vichu8888)
|
WAP in C++ to show first 10 odd numbers |
|
[2 replies] Last: try this ]#include<iostream> using namespace std; int main() { in... (by Awais Tahir)
|
by dorA26
overloading << with template class
|
|
[2 replies] Last: thanks! (by dorA26)
|
Error While Input function |
|
[1 reply] : Hi there, Please use code tags around your code: [code ]code here[/c... (by closed account o3hC5Di1)
|
by Meden
Switch and integer constants
|
|
[5 replies] Last: I guess I haven't learned enough about strings yet, so I instead proba... (by Meden)
|
by Dak
File IN/OUT getline problems
|
|
[14 replies] Last: for(int x=0; x <= (int)line.length(); x++) if x == line.length()... (by cire)
|
Errors with passing arrays into functions |
|
[2 replies] Last: Also I've noticed that in some cases (such as openAndVerify() ) you se... (by Stewbond)
|
error: forbids declaration with no type |
|
[3 replies] Last: in the mean time i would suggest taking a look at class and scope and ... (by Aramil of Elixia)
|