by Shala
New to Xcode 4.6
|
|
[2 replies] Last: ohhh okay. but the main.cpp file is what contains the actual code. if ... (by Shala)
|
by mindheavy
Reading in a binary file but looking for decimal character
|
|
[1 reply] : A character is a number, they just often don't get treated as such. Ju... (by LB)
|
by kamilfaheem
Linked List
|
|
[1 reply] : Point the node to the old head, and point the head to the new node. (by LB)
|
by tdavilsont
Help me! I don't know why
|
|
[1 reply] : Is there another source file in this project that also has a main func... (by LB)
|
by shorxy
Help Me with this code
|
|
[10 replies] Last: tried ? (by syedfahadjalali)
|
by sirjames2004
Comparing C-strings
|
|
[19 replies] Last: @L B Yeah he's a real old-school C guy. I can tell. Cool guy personall... (by sirjames2004)
|
by rcast
Simple string manipulation
|
|
[4 replies] Last: Got it! Thanks Lynx!!!! #include "stdafx.h" #include <iostream> #in... (by rcast)
|
by sunset1215
runtime_error clarification
|
|
[5 replies] Last: Yup, it does. I've tested it. Thanks a lot! (by sunset1215)
|
by itsrooster
Using Default Initialization / Inflation Rate
|
|
[no replies]
|
Need help with Fstream |
|
[10 replies] Last: yeah (by closed account GybDjE8b)
|
Compiler Error: cannot convert 'Point' to 'char' in assignment |
|
[8 replies] Last: MiiNiPaa's code may compile, but it won't work. As Darkmaster and I b... (by AbstractionAnon)
|
by Jaimito
Pointers and parameter passing modes
|
|
[4 replies] Last: Thank you, it helped a lot! (by Jaimito)
|
by zenniz
Need a IEEE754 format floating point formula format in C langauge
|
|
[3 replies] Last: The reason for using char is that it is in effect an integer value whi... (by Chervil)
|
by ADTR2012
Structures
|
|
[2 replies] Last: Line 26: will always be true. code you probably want: void deploy(shi... (by MiiNiPaa)
|
Substrings and Length bracketing |
|
[3 replies] Last: There are two stages, first get the separate characters of the user in... (by Chervil)
|
by agatte
Problem read values from txt file
|
|
[no replies]
|
by heavydrop82
completely overwhelmed
|
|
[12 replies] Last: Shouldn't: myfile.open("C:\Documents\school work\programing"); be: ... (by mutexe)
|
by hamzaali906
why there is no support Component Object Model (COM) in Linux?
|
|
[3 replies] Last: http://www.cplusplus.com/forum/unices/94995/#msg510046 (by kbw)
|
by Jose94ji
Loop problem
|
|
[1 reply] : with a bit math you will see that the value is -40. your problem is t... (by coder777)
|
by hvigil
2 Wav file mixing
|
|
[2 replies] Last: You can either: 1. use an API like DTSCode suggests and just play two... (by Stewbond)
|