File I/O semantic error |
|
[6 replies] Last: @The Illusionist mirage Incidentally, unless you invented that yoursel... (by Cubbi)
|
by FlyingTr
Making own exception out of std::logic_error
|
|
[3 replies] Last: To quote the standard, the exception hierarchy in stdexcept is: excep... (by kbw)
|
by ervinako
Silo Cylinder
|
|
[1 reply] : [quote=ervinako]Make a silo cylinder and fill with color red between 0... (by closed account z05DSL3A)
|
by mosahab
declaration of 2 dimensional array having different type (one column float, anothe int)
|
|
[4 replies] Last: then The only way is using structure definition? There are other wa... (by MikeyBoy)
|
by knn9
When to use class constructor Vs. Create() method
|
|
[1 reply] : The first one is just your regular object creation. The second one is... (by Cubbi)
|
by Xistenial
C++ Classes and Arrays
|
|
[11 replies] Last: It's very time-of-day dependent I think. (by S G H)
|
by Constipator
Issue with dereferencing pointers
|
|
[2 replies] Last: Thank you for your fast response. I changed my code as you suggested a... (by Constipator)
|
by Jarbear
Game Test
|
|
[3 replies] Last: Also, WinMain belongs in a windows application. An ordinary console ... (by Chervil)
|
by aarmikgray
How do I iterate through clustered switches?
|
|
[17 replies] Last: InnerState is the integer that will hold the flags. (by Rechard3)
|
by vaaljan
Overloading Functions
|
|
[3 replies] Last: on line 19: double annualSalary is declaring a variable. For passing... (by coder777)
|
by xhxh00
Need help for my project.
|
|
[no replies]
|
by mkahn2
C++ project with online database
|
|
[2 replies] Last: Qt is a cross platform development tool that includes lots of differen... (by TheIdeasMan)
|
by Jarbear
Need Help with this mini game
|
|
[7 replies] Last: Thx I got it cire. I'm gonna try and make this into a simple text base... (by Jarbear)
|
by Codeez
Using string::size_type to direct init. another string
|
|
[3 replies] Last: Oh my oh my! How did I forget to use single quotes? Thanks guys! :) (by Codeez)
|
by fx11
Using goto is OK? (1,2)
|
|
[36 replies] Last: With the nested loop problem, there are 2 things I can see: Consider ... (by TheIdeasMan)
|
by PoBurly
Tic Tac Toe- help and advice
|
|
[2 replies] Last: Yeah I have noticed that. I messed around with it for a while because ... (by PoBurly)
|
by Blackhole
C++ program that inputs two integers then calls a function subtract.
|
|
[10 replies] Last: Yes you're right, it's just in Code::Blocks I only see the warnings in... (by Codeez)
|
by dimpal3221
Tic Tac toe game: issue with random number generator function which is generating number as player inputs.
|
|
[no replies]
|
by seanpaul91
starting C++ and intimadated
|
|
[12 replies] Last: @Chervil : true, some of my posts may be inaccurate and i don't know ... (by Rechard3)
|
by ominous
Employee Loop Problem
|
|
[4 replies] Last: that is what my teacher had said but he wants us to hold off on using... (by cnoeval)
|