by kbw
C++ 11 Compiler
|
|
[8 replies] Last: Thanks again. (by kbw)
|
by AlitCandle
Unicode characters
|
|
[1 reply] : Sorry, but we can't read minds. What asks you to resave what file? (by helios)
|
by Bufflez
Is there a way to run a bit of code when a key is pressed?
|
|
[8 replies] Last: It probably is the wrong syntax or something. I havent used it in a lo... (by BrokenSilenceDev)
|
by MaxLascombe
goto statement not working
|
|
[5 replies] Last: Your problem is because you have a return statement within the while... (by Major Tom)
|
by bluecoder
getting the error while passesing the pointer from the function
|
|
[9 replies] Last: Thanks again Moschops I got you .. you are right .. the code that ... (by bluecoder)
|
by bandibana
pass word
|
|
[6 replies] Last: Just so you know, you don't have to quote everything frm the post befo... (by viliml)
|
by dem7w2
How do you format integers to two digits? 2 -> 02
|
|
[4 replies] Last: cout<<setw(2)<<setfill('0'); should do. (by viliml)
|
maze traversal I need help. |
|
[9 replies] Last: i need your help guys. i don't know how to write the maze traversing a... (by closed account SGb4jE8b)
|
by Tarun Batra
Can anyone tell me why these errors are coming
|
|
[3 replies] Last: sir please help me on my program that contain the above code,i am runn... (by Tarun Batra)
|
by persianmess
Please help with a looping program
|
|
[1 reply] : Please use code tags to format your code ("<>" button on the right). ... (by KRAkatau)
|
by Tarun Batra
Code not able to understand please help
|
|
[no replies]
|
by jaytee
hello, Im trying to read the contents of "file.txt" and replace each vowel with a corresponding number...help please
|
|
[4 replies] Last: Does it mean the ASCII value?? No! f=1,g=2,k=3,p=4,h=5 f, g, p ... (by viliml)
|
by code builder
how to loop this code 60 times the cout
|
|
[1 reply] : for (int i=0; i<60; i++) {//--- read ADC input and calculate next PWM... (by viliml)
|
by abu
Passing a pointer by reference
|
|
[3 replies] Last: Ok Thanks so much. (by abu)
|
by mrferret
Instancing objects with data from a file
|
|
[no replies]
|
by Kailand09
To use regex or regular string functions/strtok?
|
|
[3 replies] Last: Well, trivial cases are thing like substrings. I would not use regex i... (by andywestken)
|
Plugin development |
|
[3 replies] Last: You could start here: http://www.drdobbs.com/cpp/building-your-own-plu... (by guestgulkan)
|
by MMOMaster12
Hello, Im new here.
|
|
[4 replies] Last: A client side bot must connect to and communicate with the game server... (by JLBorges)
|
by Tresky
C++ w/ Lua
|
|
[8 replies] Last: OH! Okay! That is the answer I was looking for. Haha. Thank you. I can... (by Tresky)
|
by Major Tom
Array Troubles
|
|
[2 replies] Last: Yeah, I figured it out via. toilet think. Thanks though xD (by Major Tom)
|