by hellfire1
C code: Getting a "cannot convert double to double*" error
|
|
[3 replies] Last: What standard of C are you compiling with? Try using -std=c99 or -std=... (by LB)
|
by Sentinel
Question to a Sinus-Regression Algorithm
|
|
[no replies]
|
by Gameman
Use DirectX or OpenGL?
|
|
[1 reply] : Thanks anyway I knew it I will use directX11 and learn this tutorials-... (by Gameman)
|
by Sinux Sand
Need to know how to open a help file from C++
|
|
[9 replies] Last: Use ShellExecute, it was designed for this purpose. http://msdn.micros... (by modoran)
|
by Nouf
C++ vector reaching it's maximum size
|
|
[3 replies] Last: You are running out of memory for your data; C# won't be able to help.... (by JLBorges)
|
by jshm415
Classes C++ Constructor
|
|
[1 reply] : #include <iostream> struct A { int size; int* array = new in... (by cire)
|
by LB
What are they useful for?
|
|
[5 replies] Last: > so it's a way to manually optimize the program It could be used for... (by JLBorges)
|
by Pierreseoul
Class Car
|
|
[9 replies] Last: The problem says mpg must be 0 in the beginning. If that was the ca... (by giblit)
|
by azntrindo
infix to postfix conversion
|
|
[3 replies] Last: i read it but i am still confused on how to implement the code however (by azntrindo)
|
by renegade007
Using an API function that has a char pointer as an argument
|
|
[2 replies] Last: Thanks for your reply. It gives me the idea of how to proceed. (by renegade007)
|
by MrHobo
Function failing?
|
|
[5 replies] Last: It's the same end result. (by Computergeek01)
|
by Renato
Variable not storing the value.
|
|
[18 replies] Last: Thanks a lot Disch , that makes sense to me :) (by TheBeardedQuack)
|
by cplusplus3
Finding text inside a text using substring
|
|
[no replies]
|
by Renato
Add and minus from the text file arent give the right value.
|
|
[1 reply] : I've fixing the problem to return to the menu, not return to the readB... (by Renato)
|
by ginamarie
C++ question. Plinko Simulator
|
|
[no replies]
|
by jshm415
C++ Nested Loops and Histogram
|
|
[1 reply] : First of all, there's a problem with your code. You have declared and ... (by xismn)
|
by nicholasd
-1.#IND error
|
|
[1 reply] : An IND error in visual studio basically means NaN (Not a Number). Thi... (by Hippogriff)
|
chapter 13 Stroustrup text box, math for rounded box class |
|
[no replies]
|
by tburns517
Federal Tax Program Issue
|
|
[1 reply] : ... but it always says that it returns a tax of 0. Any idea as to why... (by Computergeek01)
|
by cppnoob25
Program doesn't work correctly
|
|
[4 replies] Last: Nope, code in C++ will only do what you tell it to. Unless you tell th... (by Computergeek01)
|