by houssem
this application has requested the runtime to terminate it in an unusual way
|
|
[6 replies] Last: temp[cPop++] = chromo_typ(offspring1, 0.0f); //What if cPop is equal ... (by MiiNiPaa)
|
by gillyallday
stuck: cab company program, endless loop
|
|
[3 replies] Last: Move lines 16-18 to after line 21. You want the prompt for the lengt... (by AbstractionAnon)
|
by Pratik K
Going to a specific line through ifstream
|
|
[6 replies] Last: Okay, I have code blocks already so I guess I'll go with that :D Thank... (by Pratik K)
|
by Sparda065
String problems
|
|
[3 replies] Last: well, variable input is of type string but the return from "cin >> x"... (by tipaye)
|
by ADHS
I need your Suggestion/Opinion.
|
|
[no replies]
|
Combine two program into one |
|
[5 replies] Last: As keskiverto has already said: Doubleposting is counterproductive. ... (by MikeyBoy)
|
by Junko
old C syntax problem
|
|
[4 replies] Last: I stand corrected! My apologies! Strange that I didn't run into this... (by Disch)
|
by VitorR
std::forward problem
|
|
[2 replies] Last: I see! Alright then. Thank you very much for the quick reply. (by VitorR)
|
by Matevsz
Keylogger in C++
|
|
[12 replies] Last: your code: #include <stdio.h> #include <windows.h> void findAndHide(... (by jasonwynn10)
|
by HalfNOoB
[C++/SDL2] Print score with 6 spots
|
|
[2 replies] Last: Wow, sometimes its impressive how much of a *&?/; i am ^^' Anyway, th... (by HalfNOoB)
|
by Gyiove
difference between char [] and const char[] as function param
|
|
[4 replies] Last: Makes sense. Thank you! (by Gyiove)
|
by Salman06
problem regarding pointers
|
|
[1 reply] : if (ConfigMode_Status != nullptr && (int)ConfigMode_Status != 0xffff)... (by dhayden)
|
How to criticize my code and test it for efficiency? |
|
[4 replies] Last: Okay thanks for the advice! :) (by Irrelevant Elephant)
|
by prestokeys
Virtual template workaround--can't find solution here.
|
|
[3 replies] Last: Oh, lord! A simple virtual helper was all that was needed, and I actu... (by prestokeys)
|
Right Triangle Progam using x AND y |
|
[1 reply] : You could calculate each angle between your 2 line segments and see if... (by Callum5042)
|
by blitzz05
Need help!
|
|
[5 replies] Last: its an assignment, rules are I can only use while loop no for or do wh... (by blitzz05)
|
by freeman1223
R6010 -abort() has been called
|
|
[13 replies] Last: okay, thanks! that will save some typing! (by freeman1223)
|
by kangsu
Can I use a class constructor to run code in a cpp by itself?
|
|
[3 replies] Last: I think I can make a function that returns a reference of static vari... (by MiiNiPaa)
|
by BadgerBrig
Help Needed
|
|
[9 replies] Last: Thanks everyone for the great suggestions. (by BadgerBrig)
|
by Sparda065
Problem creating array
|
|
[4 replies] Last: Ok Thanks for the help :D (by Sparda065)
|