by EnigmaticZee
Polynomial Exercise
|
|
[no replies]
|
by Sefik1337
Enum types and classes
|
|
[5 replies] Last: Good: class B { public : enum colour_t { Blue, Red, Green, Orang... (by JLBorges)
|
by alex067
PowerSet Function
|
|
[no replies]
|
by Dkmariolink
Boolean in Function (Menu Program)
|
|
[3 replies] Last: @Thomas1965 I tried your code and it works! Thanks a ton. it can be ... (by mikepann83)
|
by technologist
switch question
|
|
[11 replies] Last: In my IDE's editor , I never need to use the tab key - it does indenti... (by TheIdeasMan)
|
by mkb555
Deleting a trie
|
|
[3 replies] Last: I understand how to do it when all you have is a left and a right nod... (by cire)
|
by hippokrates
Enum and Struct Program Help
|
|
[1 reply] : struct Person{ string firstname; string lastname; int phonenumber; }... (by mike9407)
|
by ScoobyDoo
need help with Grocery Item class and functions
|
|
[1 reply] : > while (!(stock >= 1000 || stock <= 9999)) tell me one number that ... (by ne555)
|
by JelloneKXX
Windows Forms, SerialPort
|
|
[2 replies] Last: yep, it works. i got it few minutes ago ^^ (by JelloneKXX)
|
by zahra2018
need help
|
|
[1 reply] : One post only, please. http://www.cplusplus.com/forum/beginner/187091... (by Moschops)
|
detecting enter key with vectors |
|
[2 replies] Last: it does work. but i want to know how should i get the last word of the... (by riyadhhossain01)
|
by istemihan
Working with labels in OpenMP: How to or is it possible to jump in Threads?
|
|
[2 replies] Last: Sorry about the edit. I tried to edit as fast as I can once I post the... (by istemihan)
|
by Cambalinho
Code Blocks IDE: can i add a DLL to a project?
|
|
[no replies]
|
by ekincaid2002
need help understanding extracting from file and loading into array.
|
|
[2 replies] Last: i have the file printing on seperate lines for each set of studentid, ... (by ekincaid2002)
|
by Liviu13
Prime Number Program Optimization
|
|
[2 replies] Last: A quick update: I found that if I replace for(int j = 2; j <= prime ... (by Liviu13)
|
by zyzz123
Need some help
|
|
[1 reply] : I just made it a bit more readable. using namespace std; string Fun... (by Liviu13)
|
by Mctrossy
C++ Cable bill calculation
|
|
[8 replies] Last: Here is your code reformatted and with the compilation errors fixed. ... (by dhayden)
|
by Edelweise
Migrate existing Dev-C++ project to Visual Studio 2015
|
|
[2 replies] Last: Thanks for the answer @Chervil, but the fact that DevC++ is outdated i... (by Edelweise)
|
by Aziz as
dynamic array vs array given the size at run time
|
|
[3 replies] Last: Yes. Pretty much always. The heap is only limited by the amount of mem... (by helios)
|
by gabehcoud
How to check for shallow copy?
|
|
[4 replies] Last: Shallow copy and deep copy are different for pointers. With a shallow... (by dhayden)
|