by pedroflash
Compiling with libstdc++.so.5 instead of 6
|
|
[no replies]
|
by bozmin
Printing a variable to change it !
|
|
[4 replies] Last: oh, looks so easy now! i got it, thank you for your help ! (by bozmin)
|
by alop125125
Store the value of any key the user presses
|
|
[1 reply] : Almost always a long chain of if-statements is a bad idea. Switches a... (by mbozzi)
|
by tobiaskiiza
Beginning with DEV C++
|
|
[2 replies] Last: There's a problem with the install. Your code is fine. https://source... (by SamuelAdams)
|
by varmak
Segmentation Fault
|
|
[4 replies] Last: show your updated code. also, comment your `shortestPath()' function ... (by ne555)
|
by Mak3
Pig latin Please help
|
|
[14 replies] Last: Why do you have two threads for the same problem? http://www.cplusplus... (by AbstractionAnon)
|
by bozmin
Changing a variable in an object
|
|
[4 replies] Last: Hey, thank you ! here is the code : I just try to create a contact th... (by bozmin)
|
My code doesn't compile |
|
[4 replies] Last: Compile C code with a C compiler. The C++, while close, can differ. ... (by keskiverto)
|
by leon13
how to rotate elements to the left in array?
|
|
[1 reply] : Line 1 should be: #include <iostream> otherwise it doesn't compile. ... (by fcantoro)
|
by AgungJK
Tolong Please
|
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by joekamel12
expression must have bool type (or be convertible to bool)
|
|
[3 replies] Last: Thanks!! (by joekamel12)
|
by primem0ver
Object "access permission" questions
|
|
[2 replies] Last: It is an application that hosts scripts and other elements. Different... (by primem0ver)
|
by asjad
Create this program.
|
|
[11 replies] Last: I agree with JayhawkZombie Realise that TheSmallGuy (aka gentleg... (by TheIdeasMan)
|
by ren20073477
Triangle solving program assignment
|
|
[1 reply] : You know the lengths of all 3, and you can compute the angles, but tha... (by JayhawkZombie)
|
by nikhilb258
Fastest and Efficient way of file read and write
|
|
[7 replies] Last: Controlling the size of your writes will help a lot more than you migh... (by SamuelAdams)
|
by FonzTech
How can I write a driver for a custom device?
|
|
[1 reply] : Drivers are based on the chips, such a video, network, serial port, yo... (by SamuelAdams)
|
by Wiooooo
File extension change from .txt to .vbs
|
|
[4 replies] Last: It's Windows Batch script, not C++. What errors are you getting? (by Duthomhas)
|
by Univcplus
Function Help
|
|
[2 replies] Last: Thanks So much! I can't believe I forgot that. (by Univcplus)
|
by alop125125
I want to return a hexadecimal
|
|
[1 reply] : An int is stored as binary. It does not keep track of what numeral sys... (by Peter87)
|
by zeexqxx
Recursive Function
|
|
[2 replies] Last: your not calling the function correctly in the main. you need to add a... (by leon13)
|