localtime()->mktime():%ldn",timep); } "assignment makes pointer from i....">

当前位置:  技术问答>linux和unix

"assignment makes pointer from integer without a cast"

    来源: 互联网  发布时间:2016-12-20

    本文导语:  #include #include main() { time_t timep; struct tm *p; time(&timep); printf("time():%ld n",timep); p = localtime(&timep); timep = mktime(p); printf("time()->localtime()->mktime():%ldn",timep); } "assignment makes pointer from integer without a cast" 求助解决这个问...


#include
#include

main()
{
time_t timep;
struct tm *p;
time(&timep);
printf("time():%ld n",timep);
p = localtime(&timep);
timep = mktime(p);
printf("time()->localtime()->mktime():%ldn",timep);
}


"assignment makes pointer from integer without a cast"

求助解决这个问题,在线等待。谢谢了

|
结贴吧 

|
#include 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • C++ Lists(链表) 成员 assign():给list赋值
  • 求救invalid lvalue in assignment用gcc编译
  • C++ Vectors 成员 assign():对Vector中的元素赋值
  • bind时提示Cannot assign requested address
  • C++ Double Ended Queues(双向队列) 成员 assign():设置双向队列的值
  • error: incompatible types when assigning to type ‘struct in_addr’ from type ‘in
  • C++ Double Ended Queues 成员 assign():set the values of the dequeue
  • 在Redhat上绑定端口出现错误:Cannot assign requested address
  • FreeBSD下开发,碰到问题:connect(): Can't assign requested address iis7站长之家
  • 使用Linux下gcc编译,出现ISO C++ forbids assignment of arrays错误
  • C++ Double Ended Queues 成员 Operators:compare and assign dequeues
  • mini2440开发板移植DM9000网卡驱动,提示ifconfig: SIOCSIFFLAGS: Cannot assign requested address
  • FreeBSD下开发,碰到问题:connect(): Can't assign requested address
  • 重谢: FC5 下GCC 4.1.0 编译器存在BUG? error: invalid lvalue in assignment


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3